Fix build break
This commit is contained in:
Родитель
8a33ed6e07
Коммит
9f5cfbf565
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче