Skip to content

Commit 6832f38

Browse files
authored
Update adt_pull_request.yml
1 parent 3af6e9c commit 6832f38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

adt_pull_request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ steps:
2121
performMultiLevelLookup: true
2222
includePreviewVersions: true # Required
2323

24+
- task: NuGetCommand@2
25+
displayName: 'Instalando sonarscanner'
26+
inputs:
27+
command: custom
28+
arguments: 'dotnet tool install --global dotnet-ef'
29+
2430
- task: NuGetCommand@2
2531
displayName: 'Instalando sonarscanner'
2632
inputs:

0 commit comments

Comments
 (0)