Skip to content

Commit

Permalink
Add nuget restore
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jun 4, 2022
1 parent 2a96ec6 commit eb6dd0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
uses: nuget/setup-nuget@v1

- name: Nuget pack
run: nuget pack ConfigurationManager\ConfigurationManager.csproj -build -properties Configuration=Release
run: |
nuget restore
nuget pack ConfigurationManager\ConfigurationManager.csproj -build -properties Configuration=Release
- name: Nuget push
env:
Expand Down

0 comments on commit eb6dd0d

Please sign in to comment.