Skip to content

Commit 00b7534

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 7984fc2 commit 00b7534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adt_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ steps:
2727
projects: '**/*[Tt]ests/*.csproj'
2828
arguments: '--configuration $(BuildConfiguration) --collect "XPlat Code coverage" /p:CoverletOutputFormat=opencover --results-directory $(Build.SourcesDirectory)/coverlet/reports'
2929

30-
- script: 'dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
31-
displayName: 'Install ReportGenerator tool'
30+
#- script: 'dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
31+
# displayName: 'Install ReportGenerator tool'
3232

3333
#- script: 'reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"'
3434
# displayName: 'Create reports'

0 commit comments

Comments
 (0)