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 be0ff56 commit 1f97f30Copy full SHA for 1f97f30
.github/workflows/Dotnet_template.yml
@@ -20,14 +20,16 @@ jobs:
20
uses: actions/setup-node@v1
21
with:
22
node-version: 16.x
23
- run: mkdir -p .nuget
24
- name: Download nugget
+ - run: mkdir -p .nuget
25
- run: >-
26
wget -O .nuget/nuget.exe
27
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
28
- - run: mono .nuget/nuget.exe
+ - name: Install Nugget
29
+ run: mono .nuget/nuget.exe
30
- name: dotnet test
31
run: dotnet test Test/Test.csproj
32
+ - name: nuget packag
33
- run: mono .nuget/nuget.exe pack -NoDefaultExcludes
34
- name: GitHub Release
35
if: |
0 commit comments