File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -64,21 +64,21 @@ stages:
6464 PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
6565 publishLocation : ' Container'
6666
67- - task : DotNetCoreCLI@2
68- inputs :
69- command : custom
70- custom : tool
71- arguments : install --tool-path . dotnet-reportgenerator-globaltool
72- displayName : Install ReportGenerator tool
67+ # - task: DotNetCoreCLI@2
68+ # inputs:
69+ # command: custom
70+ # custom: tool
71+ # arguments: install --tool-path . dotnet-reportgenerator-globaltool
72+ # displayName: Install ReportGenerator tool
7373
74- - script : reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"
75- displayName : Create reports
74+ # - script: reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"
75+ # displayName: Create reports
7676
77- - task : PublishCodeCoverageResults@1
78- displayName : ' Publish code coverage'
79- inputs :
80- codeCoverageTool : Cobertura
81- summaryFileLocation : $(Build.SourcesDirectory)/coverlet/reports/Cobertura.xml
77+ # - task: PublishCodeCoverageResults@1
78+ # displayName: 'Publish code coverage'
79+ # inputs:
80+ # codeCoverageTool: Cobertura
81+ # summaryFileLocation: $(Build.SourcesDirectory)/coverlet/reports/Cobertura.xml
8282
8383 - task : NuGetAuthenticate@0
8484 displayName : ' NuGet Authenticate'
You can’t perform that action at this time.
0 commit comments