Skip to content

Commit 065dc64

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
Updated coverage type
1 parent 5849085 commit 065dc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
inputs:
2525
command: 'test'
2626
projects: $(TestProject)
27-
arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
27+
arguments: '--configuration $(buildConfiguration) --collect:"XPlat Code Coverage"'
2828
- task: PublishCodeCoverageResults@1
2929
inputs:
3030
codeCoverageTool: 'Cobertura'

0 commit comments

Comments
 (0)