Skip to content

Commit f4bfcdf

Browse files
committed
Remove workload restore to speed up build
Since tests aren't actually building stuff, the workloads don't really need to be installed.
1 parent 26acc45 commit f4bfcdf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
working-directory: src/NuGetizer.Tests
4747
run: |
4848
dotnet restore Scenarios/given_a_packaging_project/a.nuproj
49-
dotnet workload restore
50-
dotnet workload restore Scenarios/given_multitargeting_libraries/uilibrary.csproj
5149
msbuild -r
5250
5351
- name: 🐛 logs

.github/workflows/publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
working-directory: src/NuGetizer.Tests
3030
run: |
3131
dotnet restore Scenarios/given_a_packaging_project/a.nuproj
32-
dotnet workload restore
3332
msbuild -r
3433
3534
- name: 🐛 logs

0 commit comments

Comments
 (0)