Skip to content

Commit f1c9ccd

Browse files
authored
Update adt_pull_request.yml
1 parent 5d24a7e commit f1c9ccd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

adt_pull_request.yml

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

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+
2433
- task: NuGetCommand@2
2534
displayName: 'Instalando sonarscanner'
2635
inputs:

0 commit comments

Comments
 (0)