FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Enable build of x86 MSIX package (#10934) · PowerShell/PowerShell@ee64f47 · GitHub

Commit ee64f47

Browse files
authored andcommitted
Enable build of x86 MSIX package (#10934)
1 parent baf2410 commit ee64f47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎tools/releaseBuild/azureDevOps/templates/upload.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ steps:
5050
Destination: AzureBlob
5151
storage: '$(StorageAccount)'
5252
ContainerName: '$(AzureVersion)'
53-
condition: and(succeeded(), eq('${{ parameters.msix }}', 'yes'))
53+
condition: and(succeeded(), eq('${{ parameters.msix }}', 'yes'), eq(variables['SHOULD_SIGN'], 'true'))

‎tools/releaseBuild/azureDevOps/templates/windows-package-signing.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
$authenticodefiles = @(
3939
"$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-x64.msi"
4040
"$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-x86.msi"
41+
"$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-x86.msix"
4142
"$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-x64.msix"
4243
"$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-arm32.msix"
4344
"$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-arm64.msix"
@@ -70,7 +71,6 @@ jobs:
7071
parameters:
7172
architecture: x86
7273
version: $(version)
73-
msix: no
7474

7575
- template: upload.yml
7676
parameters:

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL