We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45e2fa commit d93b8d0Copy full SHA for d93b8d0
azure-pipelines/publish-codecoverage.yml
@@ -12,7 +12,7 @@ steps:
12
displayName: Download macOS code coverage results
13
continueOnError: true
14
- powershell: |
15
- dotnet tool install --tool-path obj dotnet-reportgenerator-globaltool --version 4.2.2 --configfile azure-pipelines/justnugetorg.nuget.config
+ dotnet tool install --tool-path obj dotnet-reportgenerator-globaltool --version 4.8.5 --configfile azure-pipelines/justnugetorg.nuget.config
16
Copy-Item -Recurse $(Pipeline.Workspace)/coverageResults-Windows/obj/* $(System.DefaultWorkingDirectory)/obj
17
Write-Host "Substituting {reporoot} with $(System.DefaultWorkingDirectory)"
18
$reports = Get-ChildItem -Recurse "$(Pipeline.Workspace)/coverage.*.cobertura.xml"
0 commit comments