Skip to content

Commit be0ff56

Browse files
authored
Update Dotnet_template.yml
1 parent 6a98de1 commit be0ff56

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
@@ -27,7 +27,7 @@ jobs:
2727
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
2828
- run: mono .nuget/nuget.exe
2929
- name: dotnet test
30-
- run: dotnet test Test/Test.csproj
30+
run: dotnet test Test/Test.csproj
3131
- run: mono .nuget/nuget.exe pack -NoDefaultExcludes
3232
- name: GitHub Release
3333
if: |

0 commit comments

Comments
 (0)