Skip to content

Commit cc745b7

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent eb4701f commit cc745b7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

adt_pull_request.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ steps:
2929
inputs:
3030
command: custom
3131
custom: tool
32-
arguments: |
33-
'dotnet sonarscanner begin /k:"$(SONAR_PROJECT_KEY)" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$(SONAR_TOKEN)" /d:sonar.cs.dotcover.reportsPaths=dotCover.Output.html
34-
dotnet build –no-incremental
35-
dotnet dotcover test --dcReportType=HTML
36-
dotnet sonarscanner end /d:sonar.login="$(SONAR_TOKEN)"'
32+
arguments: 'dotnet sonarscanner begin /k:"$(SONAR_PROJECT_KEY)" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$(SONAR_TOKEN)" /d:sonar.cs.dotcover.reportsPaths=dotCover.Output.html
33+
dotnet build –no-incremental
34+
dotnet dotcover test --dcReportType=HTML
35+
dotnet sonarscanner end /d:sonar.login="$(SONAR_TOKEN)"'

0 commit comments

Comments
 (0)