Skip to content

Commit

Permalink
test: add step to restore NuGet packages for MSIX-Hero
Browse files Browse the repository at this point in the history
  • Loading branch information
yannouuuu committed Sep 28, 2024
1 parent 8369b87 commit 152d0f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ jobs:
- name: Clean NuGet cache
run: dotnet nuget locals all --clear

- name: Restore NuGet packages
run: |
cd MSIX-Hero
dotnet restore
- name: Build MSIX-Hero
run: |
cd MSIX-Hero
Expand Down

0 comments on commit 152d0f5

Please sign in to comment.