From a9b93df0c9a0e0f1cd24316e131c74f9cd116364 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 4b6401db0..e3eefda13 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1190,7 +1190,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'