Skip to content

Commit 1f97cfe

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

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

adt_pull_request.yml

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

24-
- task: NuGetCommand@2
25-
displayName: 'Instalando sonarscanner'
24+
- task: DotNetCoreCLI@2
25+
displayName: Install dotnet-ef
2626
inputs:
27-
command: custom
28-
arguments: 'dotnet tool install --global dotnet-ef'
27+
command: 'custom'
28+
custom: 'tool'
29+
arguments: 'install --global dotnet-ef'
30+
31+
- task: DotNetCoreCLI@2
32+
displayName: Check dotnet-ef version
33+
inputs:
34+
command: 'custom'
35+
custom: 'ef'
36+
arguments: '--version'
2937

3038
- task: NuGetCommand@2
3139
displayName: 'Instalando sonarscanner'

0 commit comments

Comments
 (0)