From 54dbd91975c77bd0d71528c21fca2153312a1be1 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 16 Feb 2019 18:26:39 +0800 Subject: [PATCH] fix ci config --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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