Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Dec 15, 2023
1 parent 17dcb30 commit ca7ea5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
6.0.404
7.0.101
8.0.100
- name: Install CMake 3.19.8
if: ${{ runner.os == 'Linux' }}
run: curl -sL https://cmake.org/files/v3.19/cmake-3.19.8-Linux-x86_64.sh -o cmakeinstall.sh && chmod +x cmakeinstall.sh && sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir
Expand Down Expand Up @@ -137,6 +138,7 @@ jobs:
6.0.404
7.0.101
8.0.100
- name: Build Docker image
run: |
docker build \
Expand Down Expand Up @@ -185,7 +187,7 @@ jobs:
7.0.101
8.0.100
- run: ./tracer/build.cmd Clean BuildTracerHome BuildAndRunManagedUnitTests
- run: ./tracer/build.cmd Clean BuildTracerHome BuildAndRunManagedUnitTests
- uses: actions/[email protected]
with:
name: ${{ matrix.machine }}-managed-unit-tests-build_data
Expand All @@ -212,7 +214,7 @@ jobs:
7.0.101
8.0.100
- name: Build Docker image
- name: Build Docker image
run: |
docker build \
--build-arg DOTNETSDK_VERSION=${dotnetSdkVersion} \
Expand Down Expand Up @@ -260,7 +262,7 @@ jobs:
7.0.101
8.0.100
- name: Install CMake 3.19.8
- name: Install CMake 3.19.8
if: ${{ runner.os == 'Linux' }}
run: curl -sL https://cmake.org/files/v3.19/cmake-3.19.8-Linux-x86_64.sh -o cmakeinstall.sh && chmod +x cmakeinstall.sh && sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir
- name: Create logging path
Expand All @@ -287,7 +289,7 @@ jobs:
7.0.101
8.0.100
- name: Build Docker image
- name: Build Docker image
run: |
docker build \
--build-arg DOTNETSDK_VERSION=${dotnetSdkVersion} \
Expand Down Expand Up @@ -338,7 +340,7 @@ jobs:
7.0.101
8.0.100
# Cosmos is _way_ to flaky at the moment. Try enabling again at a later time
# Cosmos is _way_ to flaky at the moment. Try enabling again at a later time
# - name: Start CosmosDB Emulator
# if: ${{ matrix.target == 'BuildAndRunWindowsIntegrationTests' }}
# shell: powershell
Expand Down Expand Up @@ -524,7 +526,7 @@ jobs:
7.0.101
8.0.100
- name: install Microsoft.Net.Component.4.6.1.TargetingPack
- name: install Microsoft.Net.Component.4.6.1.TargetingPack
run: |
Set-Location "C:\Program Files (x86)\Microsoft Visual Studio\Installer\"
$InstallPath = "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
7.0.101
8.0.100
- run: tracer\build.cmd Clean BuildTracerHome PackageTracerHome
- run: tracer\build.cmd Clean BuildTracerHome PackageTracerHome
shell: cmd
- name: Upload Windows MSI
uses: actions/[email protected]
Expand Down

0 comments on commit ca7ea5d

Please sign in to comment.