Skip to content

Commit eb6dd0d

Browse files
authored
Add nuget restore
1 parent 2a96ec6 commit eb6dd0d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nuget.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
uses: nuget/setup-nuget@v1
2020

2121
- name: Nuget pack
22-
run: nuget pack ConfigurationManager\ConfigurationManager.csproj -build -properties Configuration=Release
22+
run: |
23+
nuget restore
24+
nuget pack ConfigurationManager\ConfigurationManager.csproj -build -properties Configuration=Release
2325
2426
- name: Nuget push
2527
env:

0 commit comments

Comments
 (0)