Skip to content

Commit 853f270

Browse files
authored
Update adt_pull_request.yml
1 parent 522c5ae commit 853f270

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adt_pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ steps:
2525
displayName: 'Install sonarscanner'
2626
inputs:
2727
command: custom
28-
arguments: 'dotnet tool install dotnet-sonarscanner --version 5.8.0'
28+
custom: tool
29+
arguments: 'dotnet tool install --global dotnet-sonarscanner --version 5.8.0'
2930

3031
- task: DotNetCoreCLI@2
3132
displayName: Build

0 commit comments

Comments
 (0)