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 fc2e90b commit 39defa4Copy full SHA for 39defa4
adt_pull_request.yml
@@ -13,7 +13,8 @@ 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.vscoveragexml.reportsPaths=$(Build.SourcesDirectory)/coverlet/reports/Cobertura.xml
+ sonar.cs.opencover.reportsPaths=$(Build.SourcesDirectory)/coverlet/reports/coverage.cobertura.xml
17
+ sonar.coverage.jacoco.xmlReportPaths=$(Build.SourcesDirectory)/coverlet/reports/coverage.cobertura.xml
18
19
- task: CmdLine@2
20
inputs:
0 commit comments