[PR #15133] unpackaged: allow building an unpackaged distribution from layout #30454

Open
opened 2026-01-31 09:40:54 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/15133

State: closed
Merged: Yes


This PR adds a convenience feature to New-UnpackagedTerminalDistribution that produces an unpackaged layout from an already-unpacked AppX, like the one Visual Studio registers.

New-UnpackagedTerminalDistribution `
    -TerminalLayout path\to\bin\x64\Debug\AppX `
    -XamlAppX path\to\xaml\2.8.appx

The output item when you build an unpackaged layout is the temp folder in which the distribution was built. It will not make a zip file for you.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/15133 **State:** closed **Merged:** Yes --- This PR adds a convenience feature to New-UnpackagedTerminalDistribution that produces an unpackaged layout from an already-unpacked AppX, like the one Visual Studio registers. ```powershell New-UnpackagedTerminalDistribution ` -TerminalLayout path\to\bin\x64\Debug\AppX ` -XamlAppX path\to\xaml\2.8.appx ``` The output item when you build an unpackaged layout is the temp folder in which the distribution was built. It will not make a zip file for you.
claunia added the pull-request label 2026-01-31 09:40:54 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30454