Skip to content

Commit a6ff9c6

Browse files
authored
Update adt_pull_request.yml
1 parent a95941d commit a6ff9c6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

adt_pull_request.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ steps:
2121
performMultiLevelLookup: true
2222
includePreviewVersions: true # Required
2323

24-
- task: DotNetCoreCLI@2
25-
displayName: 'Install sonarscanner'
24+
-task: NuGetCommand@2
25+
displayName: 'Instalando sonarscanner'
26+
inputs:
27+
command: custom
28+
arguments: 'dotnet tool install --global dotnet-sonarscanner'
29+
30+
- task: NuGetCommand@2
31+
displayName: 'Instalando dotCover'
2632
inputs:
2733
command: custom
28-
custom: tool
2934
arguments: 'dotnet tool install --global JetBrains.dotCover.GlobalTool'
3035

3136
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)