Skip to content

Commit 2925b24

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 75d44a5 commit 2925b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adt_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
inputs:
2626
command: test
2727
projects: '**/*[Tt]ests/*.csproj'
28-
arguments: '--configuration $(BuildConfiguration) --collect "XPlat Code coverage" -r $(Build.SourcesDirectory)/coverlet/reports'
28+
arguments: '--configuration $(BuildConfiguration) --collect "XPlat Code coverage" -r "$(Build.SourcesDirectory)/coverlet/reports"'
2929

3030
- script: 'dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
3131
displayName: 'Install ReportGenerator tool'

0 commit comments

Comments
 (0)