Skip to content

Commit f1fedd0

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent d6df879 commit f1fedd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adt_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ steps:
4040
inputs:
4141
command: 'custom'
4242
custom: 'tool'
43-
arguments: 'install --global dotnet-sonarscanner'
43+
arguments: 'install dotnet-sonarscanner'
4444

4545
- task: NuGetCommand@2
4646
displayName: 'Instalando dotCover'
4747
inputs:
4848
command: custom
4949
custom: 'tool'
50-
arguments: 'install --global JetBrains.dotCover.GlobalTool'
50+
arguments: 'install JetBrains.dotCover.GlobalTool'
5151

5252
- task: DotNetCoreCLI@2
5353
displayName: Build

0 commit comments

Comments
 (0)