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 e668481 commit 36c1601Copy full SHA for 36c1601
adt_pull_request.yml
@@ -13,8 +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.coverageReportPaths=$(Agent.TempDirectory)/coverlet/reports/SonarQube.xml
17
- sonar.cs.dotcover.reportsPaths=$(Agent.TempDirectory)/coverlet/reports/DetailedXML.xml
+ sonar.coverageReportPaths=$(Agent.TempDirectory)/coverlet/reports/SonarQube.xml
+ #sonar.cs.dotcover.reportsPaths=$(Agent.TempDirectory)/coverlet/reports/DetailedXML.xml
18
19
- task: CmdLine@2
20
inputs:
0 commit comments