From 9bce103dad6bc09d4b91fc6f314475d0c13fd821 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Thu, 27 Feb 2020 13:41:11 +0100 Subject: [PATCH] [CDPx] sign MSIX package and bundle (#1389) --- .pipelines/pipeline.user.windows.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index 3ce639b82f..fcb2b0cc48 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -62,6 +62,9 @@ build: - 'PowerToysSetup.msi' signing_options: sign_inline: true # This does signing a soon as this command completes + +package: + commands: - !!buildcommand name: 'Build MSIX package' command: '.pipelines\msix\build_msix.cmd' @@ -72,7 +75,7 @@ build: - '*.msix' - '*.msixbundle' signing_options: - sign_inline: true + sign_inline: true # This does signing a soon as this command completes static_analysis_options: binskim_options: