Skip to content

Commit

Permalink
Update to PublishCodeCoverageResults@2
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Mar 16, 2024
1 parent fa4b1c5 commit 3e45f88
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 @@ -247,7 +247,7 @@ jobs:
testResultsFiles: '**/*.trx'
searchFolder: $(Agent.TempDirectory)

- task: PublishCodeCoverageResults@1
- task: PublishCodeCoverageResults@2
condition: eq(variables['Agent.OS'], 'Windows_NT') # Only run this step on Windows
displayName: 'Publish Code Coverage Results'
inputs:
Expand Down

0 comments on commit 3e45f88

Please sign in to comment.