From 8c636b18c4a45376337729c15753e6ea80a9be1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:13:28 +0000 Subject: [PATCH] Update dependency PublishCodeCoverageResults to v2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 98e779e6..8d7dcf71 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,7 +75,7 @@ stages: inputs: testResultsFormat: "VSTest" testResultsFiles: "**/*.trx" - - task: PublishCodeCoverageResults@1.200.0 + - task: PublishCodeCoverageResults@2.198.0 inputs: codeCoverageTool: cobertura summaryFileLocation: "**/*.cobertura.xml"