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:
parent
0ef6e56e5d
commit
50ce480abf
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue