[CDPx] sign MSIX package and bundle (#1389)

This commit is contained in:
Enrico Giordani
2020-02-27 13:41:11 +01:00
committed by GitHub
parent dfcc4e1b3a
commit 9bce103dad

View File

@@ -62,6 +62,9 @@ build:
- 'PowerToysSetup.msi' - 'PowerToysSetup.msi'
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:
commands:
- !!buildcommand - !!buildcommand
name: 'Build MSIX package' name: 'Build MSIX package'
command: '.pipelines\msix\build_msix.cmd' command: '.pipelines\msix\build_msix.cmd'
@@ -72,7 +75,7 @@ build:
- '*.msix' - '*.msix'
- '*.msixbundle' - '*.msixbundle'
signing_options: signing_options:
sign_inline: true sign_inline: true # This does signing a soon as this command completes
static_analysis_options: static_analysis_options:
binskim_options: binskim_options: