Skip to content

Commit

Permalink
Fix PublishCodeCoverageResults
Browse files Browse the repository at this point in the history
RehanSaeed committed Aug 15, 2022
1 parent c9d9474 commit 98b7a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ stages:
inputs:
testResultsFormat: "VSTest"
testResultsFiles: "**/*.trx"
- task: PublishCodeCoverageResults@2
- task: PublishCodeCoverageResults@1
inputs:
codeCoverageTool: cobertura
summaryFileLocation: "**/*.cobertura.xml"

0 comments on commit 98b7a4b

Please sign in to comment.