From 8d32a532e4aa01526cd521c3b88d62d5cc477916 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Fri, 15 Nov 2024 21:48:26 +0200 Subject: [PATCH] Pin ReportGenerator in Azure Pipelines for .NET 6 (cherry picked from commit 50ce480abf043140e209d2d2959fbea8dd5dd2ab) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5f585c8e6..0f428126a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1229,7 +1229,7 @@ stages: - task: SonarCloudAnalyze@2 condition: eq(variables['System.PullRequest.IsFork'], 'False') displayName: Publish SonarCloud Results - - task: reportgenerator@5 + - task: reportgenerator@5.3.11 displayName: Generate Coverage Report inputs: reports: '$(Build.SourcesDirectory)/CoverageResults/**/coverage.opencover.xml'