Skip to content

Commit 712fc38

Browse files
committed
Document -UseX64MakeAppx workaround
1 parent 01846cd commit 712fc38

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

helpers.build.psm1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,10 @@ function Update-PathEnvironment {
12121212
function Find-MakeAppx {
12131213
[CmdletBinding()]
12141214
param(
1215+
# When packaging in OneBranch, the MSIX is created on an x64 image for
1216+
# the arm64 package, and our tooling expects to use the architecture
1217+
# passed, so we have to override it here. It may be possible to
1218+
# workaround this in another way, but deferring further investigation.
12151219
[switch]$UseX64MakeAppx
12161220
)
12171221

0 commit comments

Comments
 (0)