trying to fix 3052 3

This commit is contained in:
Tig
2024-07-07 14:46:53 -06:00
parent ec04bd5512
commit 8683568956

View File

@@ -36,7 +36,6 @@ jobs:
run: |
sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
dotnet test --verbosity normal --blame
# dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings --blame
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
# Note: this step is currently not writing to the gist for some reason