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 1f97cfe commit d6df879Copy full SHA for d6df879
adt_pull_request.yml
@@ -38,14 +38,16 @@ steps:
38
- task: NuGetCommand@2
39
displayName: 'Instalando sonarscanner'
40
inputs:
41
- command: custom
42
- arguments: 'dotnet tool install --global dotnet-sonarscanner'
+ command: 'custom'
+ custom: 'tool'
43
+ arguments: 'install --global dotnet-sonarscanner'
44
45
46
displayName: 'Instalando dotCover'
47
48
command: custom
- arguments: 'dotnet tool install --global JetBrains.dotCover.GlobalTool'
49
50
+ arguments: 'install --global JetBrains.dotCover.GlobalTool'
51
52
- task: DotNetCoreCLI@2
53
displayName: Build
0 commit comments