We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6df879 commit f1fedd0Copy full SHA for f1fedd0
adt_pull_request.yml
@@ -40,14 +40,14 @@ steps:
40
inputs:
41
command: 'custom'
42
custom: 'tool'
43
- arguments: 'install --global dotnet-sonarscanner'
+ arguments: 'install dotnet-sonarscanner'
44
45
- task: NuGetCommand@2
46
displayName: 'Instalando dotCover'
47
48
command: custom
49
50
- arguments: 'install --global JetBrains.dotCover.GlobalTool'
+ arguments: 'install JetBrains.dotCover.GlobalTool'
51
52
- task: DotNetCoreCLI@2
53
displayName: Build
0 commit comments