Skip to content

Commit

Permalink
restore nuget packages on build of template
Browse files Browse the repository at this point in the history
  • Loading branch information
Epictek committed Sep 23, 2024
1 parent 160e516 commit ad0377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build templates
run: |
cd templates
dotnet build -c Release --no-restore
dotnet build -c Release
cd ..
- name: Pack nugets
run: dotnet pack -o ./packages -c Release --no-restore
Expand Down

0 comments on commit ad0377b

Please sign in to comment.