This commit is contained in:
Oscar Calvo 2019-05-15 18:18:28 -07:00
Родитель 9f5cfbf565
Коммит 809f3eb51b
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -47,10 +47,8 @@ steps:
- task: NuGetCommand@2
inputs:
command: 'restore' # Options: restore, pack, push, custom
# nuGet: '**/*.sln' # Required when command == Restore
nuGet: 'Microsoft.Toolkit.Win32.UI.XamlApplication\packages.config' # Required when command == Restore
restoreDirectory: packages
feedsToUse: 'config' # Options: select, config
nugetConfigPath: Microsoft.Toolkit.Win32.UI.XamlApplication\packages.config # Required when feedsToUse == Config
- powershell: .\build\build.ps1 -target=Package
displayName: Build