Skip to content

Commit c59ea04

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 39defa4 commit c59ea04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adt_pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ steps:
1313
# Additional properties that will be passed to the scanner,
1414
# Put one key=value per line, example:
1515
# sonar.exclusions=**/*.bin
16-
sonar.cs.opencover.reportsPaths=$(Build.SourcesDirectory)/coverlet/reports/coverage.cobertura.xml
17-
sonar.coverage.jacoco.xmlReportPaths=$(Build.SourcesDirectory)/coverlet/reports/coverage.cobertura.xml
16+
sonar.coverageReportPaths=$(Build.SourcesDirectory)/coverlet/reports/coverage.cobertura.xml
1817
1918
- task: CmdLine@2
2019
inputs:

0 commit comments

Comments
 (0)