Skip to content

Commit f341de9

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adt_pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ steps:
2525
inputs:
2626
command: test
2727
projects: '**/*[Tt]ests/*.csproj'
28-
arguments: '--configuration $(BuildConfiguration) --collect "XPlat Code coverage" /p:CoverletOutputFormat=opencover --results-directory $(Build.SourcesDirectory)/coverlet/reports'
28+
arguments: '--configuration $(BuildConfiguration) --collect "XPlat Code coverage" /p:CoverletOutputFormat=opencover --targetdir $(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)