Skip to content

Commit 59bc1d3

Browse files
committedMar 16, 2025
dotnet.yml
1 parent 16a13d6 commit 59bc1d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/dotnet-core.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
- name: Test
4242
run: |
4343
sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
44-
dotnet test --no-restore --verbosity normal #--collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
44+
dotnet test --no-restore --verbosity normal
45+
#--collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
4546
#mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
4647
4748
# Note: this step is currently not writing to the gist for some reason

0 commit comments

Comments
 (0)