Skip to content

Commit bb661af

Browse files
committed
Update PublishCodeCoverageResults task in azure-pipelines.yml
1 parent 99fe53e commit bb661af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ steps:
2222
publishTestResults: true
2323
arguments: --collect "XPlat Code coverage"
2424

25-
- task: PublishCodeCoverageResults@1
25+
- task: PublishCodeCoverageResults@2
2626
inputs:
27-
codeCoverageTool: "Cobertura"
2827
summaryFileLocation: "$(Agent.TempDirectory)/**/coverage.cobertura.xml"

0 commit comments

Comments
 (0)