Skip to content

Commit b9b0720

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 346d014 commit b9b0720

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

adt_pull_request.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,14 @@ steps:
4141
arguments: '--configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutput=../TestResults/ /p:CoverletOutputFormat="json%2ccobertura" /p:MergeWith=../TestResults/coverage.json /p:ThresholdType=branch /p:Threshold=$(codeCoverageBranchThreshold) /p:ThresholdStat=total'
4242
publishTestResults: false
4343

44-
- script: '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
45-
dotnet build –no-incremental
46-
dotnet dotcover test --dcReportType=HTML
47-
dotnet sonarscanner end /d:sonar.login="$(SONAR_TOKEN)"'
44+
- script: 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
45+
displayName: 'Rodando SonarScanner '
46+
47+
- script: dotnet build –no-incremental
48+
displayName: 'Rodando SonarScanner '
49+
50+
- script: dotnet dotcover test --dcReportType=HTML
51+
displayName: 'Rodando SonarScanner '
52+
53+
- script: dotnet sonarscanner end /d:sonar.login="$(SONAR_TOKEN)"
4854
displayName: 'Rodando SonarScanner '

0 commit comments

Comments
 (0)