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 5d24a7e commit f1c9ccdCopy full SHA for f1c9ccd
adt_pull_request.yml
@@ -21,6 +21,15 @@ steps:
21
performMultiLevelLookup: true
22
includePreviewVersions: true # Required
23
24
+- task: DotNetCoreCLI@2
25
+ displayName: 'dotnet restore'
26
+ inputs:
27
+ command: 'restore'
28
+ feedsToUse: 'select'
29
+ feedRestore: 'projectName/feedName'
30
+ projects: '**/*.csproj'
31
+ includeNuGetOrg: true
32
+
33
- task: NuGetCommand@2
34
displayName: 'Instalando sonarscanner'
35
inputs:
0 commit comments