mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 05:52:19 +02:00
[CDPx] move build script out of .pipeline (#1394)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user