Skip to content

Commit 1d97a6c

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 44e1dd2 commit 1d97a6c

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
@@ -28,7 +28,7 @@ steps:
2828
command: test
2929
projects: '**/*[Tt]ests/*.csproj'
3030
arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage"'
31-
targetdir: '$(Build.SourcesDirectory)/coverlet/reports'
31+
targetdir: '$(Build.SourcesDirectory)/reports'
3232
reporttypes: 'HtmlInline_AzurePipelines;Xml;Html;Clover;Cobertura;SonarQube'
3333

3434
#- script: 'dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'

0 commit comments

Comments
 (0)