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 f1c9ccd commit 72ca584Copy full SHA for 72ca584
adt_pull_request.yml
@@ -7,7 +7,7 @@
7
#- version-5
8
9
pool:
10
- vmImage: windows-latest
+ vmImage: 'ubuntu-18.04'
11
12
variables:
13
buildConfiguration: 'Release'
@@ -21,14 +21,13 @@ steps:
21
performMultiLevelLookup: true
22
includePreviewVersions: true # Required
23
24
+steps:
25
- task: DotNetCoreCLI@2
- displayName: 'dotnet restore'
26
+ displayName: Restore
27
inputs:
- command: 'restore'
28
- feedsToUse: 'select'
29
- feedRestore: 'projectName/feedName'
+ command: restore
30
projects: '**/*.csproj'
31
- includeNuGetOrg: true
+ feedsToUse: config
32
33
- task: NuGetCommand@2
34
displayName: 'Instalando sonarscanner'
0 commit comments