[CDPx] move build script out of .pipeline (#1394)

This commit is contained in:
Enrico Giordani
2020-02-27 19:18:11 +01:00
committed by GitHub
parent 278a77247d
commit 3d03bea582
7 changed files with 2 additions and 109 deletions

View File

@@ -67,9 +67,9 @@ package:
commands:
- !!buildcommand
name: 'Build MSIX package'
command: '.pipelines\msix\build_msix.cmd'
command: 'installer\msix\build_msix_cdpx.cmd'
artifacts:
- from: '.pipelines\msix\bin'
- from: 'installer\msix\bin'
to: 'Build_MSIX_Package_Output'
include:
- 'PowerToys-x64.msix'