diff --git a/.github/workflows/nugetTests.yml b/.github/workflows/nugetTests.yml index ff327eace..fd8ee9ca1 100644 --- a/.github/workflows/nugetTests.yml +++ b/.github/workflows/nugetTests.yml @@ -46,19 +46,6 @@ jobs: sudo mkdir -p /usr/share/dotnet sudo chmod 777 /usr/share/dotnet - - name: Install MSBuild 17.12 (VS Build Tools 17.12) - if: matrix.os == 'windows' - run: | - Invoke-WebRequest -Uri https://aka.ms/vs/17/release/vs_BuildTools.exe -OutFile vs_buildtools.exe - Start-Process -Wait -FilePath .\vs_buildtools.exe -ArgumentList ` - "--quiet", "--wait", "--norestart", ` - "--installPath C:\BuildTools_17.12", ` - "--add Microsoft.VisualStudio.Workload.MSBuildTools;includeRecommended" - - - name: Set MSBuild 17.12 as Default - if: matrix.os == 'windows' - run: echo "C:\BuildTools_17.12\MSBuild\Current\Bin" >> $GITHUB_PATH - - name: Install .NET uses: actions/setup-dotnet@v4 with: