From ca7ea5d450261e57f3ad52a4a1d5f5a198fb5804 Mon Sep 17 00:00:00 2001 From: Paulo Janotti Date: Thu, 14 Dec 2023 16:06:15 -0800 Subject: [PATCH] Fix indentation --- .github/workflows/ci.yml | 14 ++++++++------ .github/workflows/release-draft.yml | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6328adf3..1d0f7e017 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -137,6 +138,7 @@ jobs: 6.0.404 7.0.101 8.0.100 + - name: Build Docker image run: | docker build \ @@ -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/upload-artifact@v3.1.2 with: name: ${{ matrix.machine }}-managed-unit-tests-build_data @@ -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} \ @@ -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 @@ -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} \ @@ -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 @@ -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" diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index d7b28c0ae..53413e9e1 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -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/upload-artifact@v3.1.2