Skip to content

Commit ac61bb6

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Dotnet_template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
uses: actions/setup-node@v1
2121
with:
2222
node-version: 16.x
23-
- name: Download nugget
2423
- run: mkdir -p .nuget
25-
- run: >-
24+
- name: Download nuget
25+
run: >-
2626
wget -O .nuget/nuget.exe
2727
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
2828
- name: Install Nugget
2929
run: mono .nuget/nuget.exe
3030
- name: dotnet test
3131
run: dotnet test Test/Test.csproj
3232
- name: nuget packag
33-
- run: mono .nuget/nuget.exe pack -NoDefaultExcludes
33+
run: mono .nuget/nuget.exe pack -NoDefaultExcludes
3434
- name: GitHub Release
3535
if: |
3636
success() &&

0 commit comments

Comments
 (0)