Adjust nuget.config restore path

This commit is contained in:
Jérôme Laban 2019-03-28 21:50:04 -04:00
Родитель 53a50e62b2
Коммит 3edfb7329c
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -21,15 +21,16 @@ jobs:
- task: NuGetToolInstaller@0
inputs:
versionSpec: 4.7.0
versionSpec: 4.9.1
checkLatest: false
- task: NuGetCommand@2
inputs:
command: restore
solution: src/Uno.UI.sln
selectOrConfig: select
nugetConfigPath: src/nuget.config
includeNuGetOrg: true
disableParallelProcessing: true
verbosityRestore: Normal
- task: MSBuild@1
@ -173,8 +174,9 @@ jobs:
inputs:
command: restore
solution: src/Uno.UI.sln
selectOrConfig: select
nugetConfigPath: src/nuget.config
includeNuGetOrg: true
disableParallelProcessing: true
verbosityRestore: Normal
- task: MSBuild@1

Просмотреть файл

@ -2,6 +2,6 @@
<configuration>
<packageSources>
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
<add key="Solution Packages" value=".\PackageCache" />
<add key="Solution Packages" value="PackageCache" />
</packageSources>
</configuration>