1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-11 06:33:16 +00:00

Pin ReportGenerator in Azure Pipelines for .NET 6

This commit is contained in:
Bogdan 2024-11-15 21:48:26 +02:00
parent 0ef6e56e5d
commit 50ce480abf

View file

@ -1226,7 +1226,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'