Skip to content

Commit

Permalink
install reportgenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
adstep committed Dec 13, 2022
1 parent 0233e83 commit 3052fc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pipelines/azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
workingDirectory: '$(Build.SourcesDirectory)'
failOnStderr: true

- script: 'dotnet tool install --global dotnet-reportgenerator-globaltool'
displayName: 'Install ReportGenerator tool'

- script: 'reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.ArtifactStagingDirectory)/pkg/coverage-report -reporttypes:"Cobertura"'
displayName: 'Create reports'

Expand Down

0 comments on commit 3052fc9

Please sign in to comment.