diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3fc11dcbc..789b0a5d0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -113,9 +113,8 @@ stages: script: | & ./test.ps1 -CI -PassThru -NoBuild workingDirectory: '$(Build.SourcesDirectory)' - - task: PublishCodeCoverageResults@1 + - task: PublishCodeCoverageResults@2 inputs: - codeCoverageTool: 'JaCoCo' summaryFileLocation: 'coverage.xml' pathToSources: 'src/' failIfCoverageEmpty: false