Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Feb 28, 2025
1 parent 3284cdc commit ab25de4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/nugetTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ab25de4

Please sign in to comment.