mirror of
https://github.com/Readarr/Readarr
synced 2026-04-19 11:20:58 +02:00
Pin ReportGenerator in Azure Pipelines for .NET 6
(cherry picked from commit 50ce480abf043140e209d2d2959fbea8dd5dd2ab)
This commit is contained in:
parent
884ac2cb6f
commit
b093b23900
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue