Skip to content

Commit d6df879

Browse files
authored
Update adt_pull_request.yml
1 parent 1f97cfe commit d6df879

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

adt_pull_request.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ steps:
3838
- task: NuGetCommand@2
3939
displayName: 'Instalando sonarscanner'
4040
inputs:
41-
command: custom
42-
arguments: 'dotnet tool install --global dotnet-sonarscanner'
41+
command: 'custom'
42+
custom: 'tool'
43+
arguments: 'install --global dotnet-sonarscanner'
4344

4445
- task: NuGetCommand@2
4546
displayName: 'Instalando dotCover'
4647
inputs:
4748
command: custom
48-
arguments: 'dotnet tool install --global JetBrains.dotCover.GlobalTool'
49+
custom: 'tool'
50+
arguments: 'install --global JetBrains.dotCover.GlobalTool'
4951

5052
- task: DotNetCoreCLI@2
5153
displayName: Build

0 commit comments

Comments
 (0)