diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3e6dae25..c998604c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,7 +46,7 @@ steps: condition: eq(variables['Agent.OS'], 'Linux') # Linux - - task: Publish Code Coverage Metrics@1 + - task: PublishCodeCoverageResults@1 inputs: codeCoverageTool: Cobertura summaryFileLocation: cobertura.xml