dotnet.yml

This commit is contained in:
Tig
2025-03-16 15:31:16 +01:00
parent 16a13d6549
commit 59bc1d3e7b

View File

@@ -41,7 +41,8 @@ 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
dotnet test --no-restore --verbosity normal
#--collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
#mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
# Note: this step is currently not writing to the gist for some reason