diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4f7e1fb3..f2c1ff0a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -69,5 +69,6 @@ jobs: testResultsFiles: './junit.xml' - task: PublishCodeCoverageResults@1 - codeCoverageTool: cobertura - summaryFileLocation: ./coverage/cobertura-coverage.xml + inputs: + codeCoverageTool: Cobertura + summaryFileLocation: ./coverage/cobertura-coverage.xml