From b093b23900ca534645b2a213c1d2da93724d52a5 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 f20a4ba3d..f3f22ebce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1211,7 +1211,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'