Skip to content

Commit d93b8d0

Browse files
committed
Update dotnet-reportgenerator-globaltool to 4.8.5
1 parent b45e2fa commit d93b8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/publish-codecoverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
displayName: Download macOS code coverage results
1313
continueOnError: true
1414
- powershell: |
15-
dotnet tool install --tool-path obj dotnet-reportgenerator-globaltool --version 4.2.2 --configfile azure-pipelines/justnugetorg.nuget.config
15+
dotnet tool install --tool-path obj dotnet-reportgenerator-globaltool --version 4.8.5 --configfile azure-pipelines/justnugetorg.nuget.config
1616
Copy-Item -Recurse $(Pipeline.Workspace)/coverageResults-Windows/obj/* $(System.DefaultWorkingDirectory)/obj
1717
Write-Host "Substituting {reporoot} with $(System.DefaultWorkingDirectory)"
1818
$reports = Get-ChildItem -Recurse "$(Pipeline.Workspace)/coverage.*.cobertura.xml"

0 commit comments

Comments
 (0)