Skip to content

Commit e984ff6

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 793adc1 commit e984ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adt_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ 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.coverageReportPaths=$(Agent.TempDirectory)/**/*.trx
17-
#sonar.cs.opencover.reportsPaths=$(Agent.TempDirectory)/**/*.trx
16+
#sonar.coverageReportPaths=$(Agent.TempDirectory)/**/*.trx
17+
sonar.cs.opencover.reportsPaths=$(Agent.TempDirectory)/**/*.trx
1818
#sonar.coverageReportPaths=$(Agent.TempDirectory)/reports/SonarQube.xml
1919
#sonar.cs.dotcover.reportsPaths=$(Agent.TempDirectory)/reports/DetailedXML.xml
2020

0 commit comments

Comments
 (0)