Skip to content

Commit ceb2d51

Browse files
downloading nuget.exe
1 parent aaa8194 commit ceb2d51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
dotnet-version: 2.2.108
1919
- name: Build and Pack
2020
run: dotnet build --configuration Release
21+
- name: Setup Nuget.exe
22+
uses: warrenbuckley/Setup-Nuget@v1
23+
- name: test nuget.exe
24+
run: nuget.exe -help
2125
- run: echo github.event {github.event}
2226
- name: Nuget publish
2327
shell: pwsh

0 commit comments

Comments
 (0)