Skip to content

Commit a913330

Browse files
authored
Update Dotnet_template.yml
1 parent 4e4f095 commit a913330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dotnet_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: >-
2121
wget -O .nuget/nuget.exe
2222
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
23-
- name: Install Nugget
23+
- name: Install Nuget
2424
run: mono .nuget/nuget.exe
2525
- name: dotnet test
2626
run: dotnet test Test/Test.csproj

0 commit comments

Comments
 (0)