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 6832f38 commit 1f97cfeCopy full SHA for 1f97cfe
adt_pull_request.yml
@@ -21,11 +21,19 @@ steps:
21
performMultiLevelLookup: true
22
includePreviewVersions: true # Required
23
24
-- task: NuGetCommand@2
25
- displayName: 'Instalando sonarscanner'
+- task: DotNetCoreCLI@2
+ displayName: Install dotnet-ef
26
inputs:
27
- command: custom
28
- arguments: 'dotnet tool install --global dotnet-ef'
+ command: 'custom'
+ custom: 'tool'
29
+ arguments: 'install --global dotnet-ef'
30
+
31
32
+ displayName: Check dotnet-ef version
33
+ inputs:
34
35
+ custom: 'ef'
36
+ arguments: '--version'
37
38
- task: NuGetCommand@2
39
displayName: 'Instalando sonarscanner'
0 commit comments