Skip to content

Commit

Permalink
Restore dotnet workloads used in tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 7, 2024
1 parent c685404 commit 242a2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ 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
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ 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 242a2e3

Please sign in to comment.