Skip to content

Commit

Permalink
Remove workload restore to speed up build
Browse files Browse the repository at this point in the history
Since tests aren't actually building stuff, the workloads don't really need to be installed.
  • Loading branch information
kzu committed Aug 8, 2024
1 parent 26acc45 commit f4bfcdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
working-directory: src/NuGetizer.Tests
run: |
dotnet restore Scenarios/given_a_packaging_project/a.nuproj
dotnet workload restore
dotnet workload restore Scenarios/given_multitargeting_libraries/uilibrary.csproj
msbuild -r
- name: 🐛 logs
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
working-directory: src/NuGetizer.Tests
run: |
dotnet restore Scenarios/given_a_packaging_project/a.nuproj
dotnet workload restore
msbuild -r
- name: 🐛 logs
Expand Down

0 comments on commit f4bfcdf

Please sign in to comment.