set stopOnFail to true for dotnet-core.yml

This commit is contained in:
Tigger Kindel
2023-07-26 07:17:22 -06:00
committed by Tig
parent 7387761a4f
commit 7d8d2a9400

View File

@@ -32,6 +32,7 @@ jobs:
- name: Test
run: |
sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/