We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa8194 commit ceb2d51Copy full SHA for ceb2d51
.github/workflows/dotnetcore.yml
@@ -18,6 +18,10 @@ jobs:
18
dotnet-version: 2.2.108
19
- name: Build and Pack
20
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
25
- run: echo github.event {github.event}
26
- name: Nuget publish
27
shell: pwsh
0 commit comments