Skip to content

Commit

Permalink
[CDPx] sign MSIX package and bundle (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricogior authored Feb 27, 2020
1 parent dfcc4e1 commit 9bce103
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pipelines/pipeline.user.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down

0 comments on commit 9bce103

Please sign in to comment.