Skip to content

Commit

Permalink
Fix PublishCodeCoverageResults in Azure Pipelines (#2450)
Browse files Browse the repository at this point in the history
Update azure-pipelines.yml
  • Loading branch information
jfversluis authored Jan 17, 2025
1 parent 46fb9a2 commit f359148
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 @@ -323,7 +323,7 @@ jobs:
testResultsFiles: '**/*.trx'
searchFolder: $(Agent.TempDirectory)

- task: PublishCodeCoverageResults@2
- task: PublishCodeCoverageResults@1
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 f359148

Please sign in to comment.