Pin ReportGenerator in Azure Pipelines for .NET 6

(cherry picked from commit 50ce480abf043140e209d2d2959fbea8dd5dd2ab)
pull/2280/head v1.26.1.4844
Bogdan 1 month ago committed by bakerboy448
parent 2726787ee9
commit a9b93df0c9

@ -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'

Loading…
Cancel
Save