diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b0b68322..31c14c324 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: