Skip to content

Commit 9872e12

Browse files
authored
Update Dotnet_template.yml
1 parent a913330 commit 9872e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Dotnet_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- run: mkdir -p .nuget
1919
- name: Download nuget
20-
run: >-
20+
run:
2121
wget -O .nuget/nuget.exe
2222
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
2323
- name: Install Nuget
2424
run: mono .nuget/nuget.exe
2525
- name: dotnet test
2626
run: dotnet test Test/Test.csproj
27-
- name: nuget packag
27+
- name: nuget package
2828
run: mono .nuget/nuget.exe pack -NoDefaultExcludes
2929
- name: GitHub Release
3030
if: |

0 commit comments

Comments
 (0)