Skip to content

Commit 72ca584

Browse files
authored
Update adt_pull_request.yml
1 parent f1c9ccd commit 72ca584

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

adt_pull_request.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#- version-5
88

99
pool:
10-
vmImage: windows-latest
10+
vmImage: 'ubuntu-18.04'
1111

1212
variables:
1313
buildConfiguration: 'Release'
@@ -21,14 +21,13 @@ steps:
2121
performMultiLevelLookup: true
2222
includePreviewVersions: true # Required
2323

24+
steps:
2425
- task: DotNetCoreCLI@2
25-
displayName: 'dotnet restore'
26+
displayName: Restore
2627
inputs:
27-
command: 'restore'
28-
feedsToUse: 'select'
29-
feedRestore: 'projectName/feedName'
28+
command: restore
3029
projects: '**/*.csproj'
31-
includeNuGetOrg: true
30+
feedsToUse: config
3231

3332
- task: NuGetCommand@2
3433
displayName: 'Instalando sonarscanner'

0 commit comments

Comments
 (0)