Skip to content

Commit 2c76980

Browse files
committed
Update build.yaml for Azure Pipelines
1 parent 67df4eb commit 2c76980

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

build.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)