Update pipeline.user.windows.yml

This commit is contained in:
Clint Rutkas
2020-06-01 07:44:19 -07:00
committed by GitHub
parent 8d2256d359
commit 971fc462ab

View File

@@ -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: