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 9a4b874 commit 4e3103aCopy full SHA for 4e3103a
.github/actions/dotnet/action.yml
@@ -20,7 +20,7 @@ runs:
20
run: dotnet build $Env:SOLUTION_PATH -c Release --no-restore -p:NoWarn=1591
21
shell: pwsh
22
- name: Test
23
- run: dotnet test $Env:SOLUTION_PATH --no-restore --verbosity minimal
+ run: dotnet test $Env:SOLUTION_PATH --no-restore --verbosity minimal --blame-crash
24
25
- name: Pack
26
run: |
0 commit comments