diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 167bc9b7..95a14e11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -184,7 +184,7 @@ stages: searchFolder: '$(System.DefaultWorkingDirectory)/' testRunTitle: 'Publish test results' - - task: PublishCodeCoverageResults@1 + - task: PublishCodeCoverageResults@2 inputs: codeCoverageTool: Cobertura summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage.xml'