We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8252ab1 commit 0c78684Copy full SHA for 0c78684
azure-pipelines.yml
@@ -45,7 +45,7 @@ steps:
45
46
- script: |
47
dotnet tool install -g dotnet-reportgenerator-globaltool
48
- reportgenerator -reports:$(Build.SourcesDirectory)/tests/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/CodeCoverage -reporttypes:Cobertura
+ dotnet reportgenerator -reports:$(Build.SourcesDirectory)/tests/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/CodeCoverage -reporttypes:Cobertura
49
displayName: Code Coverage Report
50
51
- task: PublishBuildArtifacts@1
0 commit comments