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 4e4f095 commit a913330Copy full SHA for a913330
.github/workflows/Dotnet_template.yml
@@ -20,7 +20,7 @@ jobs:
20
run: >-
21
wget -O .nuget/nuget.exe
22
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
23
- - name: Install Nugget
+ - name: Install Nuget
24
run: mono .nuget/nuget.exe
25
- name: dotnet test
26
run: dotnet test Test/Test.csproj
0 commit comments