diff --git a/Source/NuGetTemplate/azure-pipelines.yml b/Source/NuGetTemplate/azure-pipelines.yml index d7f1bbaae..b8450d961 100644 --- a/Source/NuGetTemplate/azure-pipelines.yml +++ b/Source/NuGetTemplate/azure-pipelines.yml @@ -65,7 +65,7 @@ stages: inputs: testResultsFormat: "VSTest" testResultsFiles: "**/*.trx" - - task: PublishCodeCoverageResults@1.200.0 + - task: PublishCodeCoverageResults@2.198.0 inputs: codeCoverageTool: cobertura summaryFileLocation: "**/*.cobertura.xml" diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f60042d7b..dc299be43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -150,7 +150,7 @@ stages: inputs: testResultsFormat: "VSTest" testResultsFiles: "**/*.trx" - - task: PublishCodeCoverageResults@1.200.0 + - task: PublishCodeCoverageResults@2.198.0 inputs: codeCoverageTool: cobertura summaryFileLocation: "**/*.cobertura.xml"