diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ead94af2..a50a47b3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,7 +75,7 @@ stages: inputs: testResultsFormat: "VSTest" testResultsFiles: "**/*.trx" - - task: PublishCodeCoverageResults@2 + - task: PublishCodeCoverageResults@1 inputs: codeCoverageTool: cobertura summaryFileLocation: "**/*.cobertura.xml"