From 7ab9eb5aae8e2152fd675a1abebbe7086c1a95a3 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 b80a6e94..69177732 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"