Skip to content

Commit 1f97f30

Browse files
authored
Update Dotnet_template.yml
1 parent be0ff56 commit 1f97f30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/Dotnet_template.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ jobs:
2020
uses: actions/setup-node@v1
2121
with:
2222
node-version: 16.x
23-
run: mkdir -p .nuget
2423
- name: Download nugget
24+
- run: mkdir -p .nuget
2525
- run: >-
2626
wget -O .nuget/nuget.exe
2727
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
28-
- run: mono .nuget/nuget.exe
28+
- name: Install Nugget
29+
run: mono .nuget/nuget.exe
2930
- name: dotnet test
3031
run: dotnet test Test/Test.csproj
32+
- name: nuget packag
3133
- run: mono .nuget/nuget.exe pack -NoDefaultExcludes
3234
- name: GitHub Release
3335
if: |

0 commit comments

Comments
 (0)