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 364c252 commit d798848Copy full SHA for d798848
.github/workflows/dotnet.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
dotnet-version: ${{ vars.DOTNET_VERSION }}
65
- name: Test with .NET ${{ vars.DOTNET_VERSION }}
66
- run: dotnet test --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} --verbosity normal --settings unit-test.runsettings --logger trx --collect:Code Coverage --results-directory test-results
+ run: dotnet test --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} --verbosity normal --settings unit-test.runsettings --logger trx --collect:'Code Coverage' --results-directory test-results
67
- name: Upload Test Results
68
uses: actions/upload-artifact@v4
69
0 commit comments