Skip to content

Commit

Permalink
BUILD: update pipeline task PublishCodeCoverageResults to V2
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jun 8, 2024
1 parent 6925306 commit 0ce88f7
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
Expand Up @@ -184,7 +184,7 @@ stages:
searchFolder: '$(System.DefaultWorkingDirectory)/'
testRunTitle: 'Publish test results'

- task: PublishCodeCoverageResults@1
- task: PublishCodeCoverageResults@2
inputs:
codeCoverageTool: Cobertura
summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage.xml'
Expand Down

0 comments on commit 0ce88f7

Please sign in to comment.