mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
Update pipeline.user.windows.yml
This commit is contained in:
@@ -41,7 +41,8 @@ build:
|
|||||||
name: 'Build Power Toys'
|
name: 'Build Power Toys'
|
||||||
command: '.pipelines\build.cmd'
|
command: '.pipelines\build.cmd'
|
||||||
artifacts:
|
artifacts:
|
||||||
- to: 'Symbols/x64'
|
- from: 'x64/Release'
|
||||||
|
to: 'Symbols/x64'
|
||||||
include:
|
include:
|
||||||
- '**/x64/*/*.pdb'
|
- '**/x64/*/*.pdb'
|
||||||
artifacts:
|
artifacts:
|
||||||
@@ -132,19 +133,19 @@ build:
|
|||||||
signing_options:
|
signing_options:
|
||||||
sign_inline: true # This does signing a soon as this command completes
|
sign_inline: true # This does signing a soon as this command completes
|
||||||
|
|
||||||
package:
|
#package:
|
||||||
commands:
|
# commands:
|
||||||
- !!buildcommand
|
# - !!buildcommand
|
||||||
name: 'Build MSIX package'
|
# name: 'Build MSIX package'
|
||||||
command: 'installer\msix\build_msix_cdpx.cmd'
|
# command: 'installer\msix\build_msix_cdpx.cmd'
|
||||||
artifacts:
|
# artifacts:
|
||||||
- from: 'installer\msix\bin'
|
# - from: 'installer\msix\bin'
|
||||||
to: 'Build_MSIX_Package_Output'
|
# to: 'Build_MSIX_Package_Output'
|
||||||
include:
|
# include:
|
||||||
- '*.msix'
|
# - '*.msix'
|
||||||
- '*.msixbundle'
|
# - '*.msixbundle'
|
||||||
signing_options:
|
# signing_options:
|
||||||
profile: '400'
|
# profile: '400'
|
||||||
|
|
||||||
static_analysis_options:
|
static_analysis_options:
|
||||||
binskim_options:
|
binskim_options:
|
||||||
|
|||||||
Reference in New Issue
Block a user