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

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

@ -47,8 +47,10 @@ steps:
- task: NuGetCommand@2
inputs:
command: 'restore' # Options: restore, pack, push, custom
restoreSolution: '**/*.sln' # Required when command == Restore
# nuGet: '**/*.sln' # 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