We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fb9a2 commit f359148Copy full SHA for f359148
azure-pipelines.yml
@@ -323,7 +323,7 @@ jobs:
323
testResultsFiles: '**/*.trx'
324
searchFolder: $(Agent.TempDirectory)
325
326
- - task: PublishCodeCoverageResults@2
+ - task: PublishCodeCoverageResults@1
327
condition: eq(variables['Agent.OS'], 'Windows_NT') # Only run this step on Windows
328
displayName: 'Publish Code Coverage Results'
329
inputs:
0 commit comments