Skip to content

Commit 1fe5ced

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 20b9b0b commit 1fe5ced

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

adt_pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ variables:
1414
prPipeline: $[eq(variables['Build.Reason'], 'PullRequest')]
1515

1616
steps:
17+
- script: dotnet tool install --global dotnet-sonarscanner
18+
displayName: 'Instalando dependência global sonarscanner'
19+
1720
- script: dotnet build --configuration $(buildConfiguration)
1821
displayName: 'dotnet build $(buildConfiguration)'
19-
22+
2023
- task: DotNetCoreCLI@2
2124
displayName: 'Calculate code coverage'
2225
continueOnError: false

0 commit comments

Comments
 (0)