We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5849085 commit 065dc64Copy full SHA for 065dc64
azure-pipelines.yml
@@ -24,7 +24,7 @@ steps:
24
inputs:
25
command: 'test'
26
projects: $(TestProject)
27
- arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
+ arguments: '--configuration $(buildConfiguration) --collect:"XPlat Code Coverage"'
28
- task: PublishCodeCoverageResults@1
29
30
codeCoverageTool: 'Cobertura'
0 commit comments