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 6a98de1 commit be0ff56Copy full SHA for be0ff56
.github/workflows/Dotnet_template.yml
@@ -27,7 +27,7 @@ jobs:
27
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
28
- run: mono .nuget/nuget.exe
29
- name: dotnet test
30
- - run: dotnet test Test/Test.csproj
+ run: dotnet test Test/Test.csproj
31
- run: mono .nuget/nuget.exe pack -NoDefaultExcludes
32
- name: GitHub Release
33
if: |
0 commit comments