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 33bf3d3 commit ec0fef4Copy full SHA for ec0fef4
.github/workflows/dotnet.yml
@@ -48,4 +48,4 @@ jobs:
48
path: .
49
merge-multiple: true
50
- name: Test
51
- run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:\"XPlat Code Coverage\" --settings coverlet.runsettings
+ run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings
0 commit comments