Skip to content

Commit 4a0f6cc

Browse files
authored
Update adt_pull_request.yml
1 parent cc8c08f commit 4a0f6cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

adt_pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ steps:
2121
performMultiLevelLookup: true
2222
includePreviewVersions: true # Required
2323

24+
- task: DotNetCoreCLI@2
25+
displayName: 'Install sonarscanner'
26+
inputs:
27+
command: custom
28+
custom: tool
29+
arguments: 'dotnet tool install --global dotnet-sonarscanner'
30+
2431
- task: DotNetCoreCLI@2
2532
displayName: Build
2633
inputs:

0 commit comments

Comments
 (0)