Skip to content

Commit

Permalink
Update dependency PublishCodeCoverageResults to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and RehanSaeed committed Aug 10, 2022
1 parent 5e2719d commit d0218ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/NuGetTemplate/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ stages:
inputs:
testResultsFormat: "VSTest"
testResultsFiles: "**/*.trx"
- task: PublishCodeCoverageResults@1.200.0
- task: PublishCodeCoverageResults@2.198.0
inputs:
codeCoverageTool: cobertura
summaryFileLocation: "**/*.cobertura.xml"
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ stages:
inputs:
testResultsFormat: "VSTest"
testResultsFiles: "**/*.trx"
- task: PublishCodeCoverageResults@1.200.0
- task: PublishCodeCoverageResults@2.198.0
inputs:
codeCoverageTool: cobertura
summaryFileLocation: "**/*.cobertura.xml"
Expand Down

0 comments on commit d0218ac

Please sign in to comment.