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