We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39defa4 commit c59ea04Copy full SHA for c59ea04
adt_pull_request.yml
@@ -13,8 +13,7 @@ steps:
13
# Additional properties that will be passed to the scanner,
14
# Put one key=value per line, example:
15
# 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
+ sonar.coverageReportPaths=$(Build.SourcesDirectory)/coverlet/reports/coverage.cobertura.xml
18
19
- task: CmdLine@2
20
inputs:
0 commit comments