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

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15133
Author: @DHowett
Created: 4/7/2023
Status: Merged
Merged: 4/20/2023
Merged by: @zadjii-msft

Base: mainHead: dev/duhowett/unpackaged-layout


📝 Commits (2)

  • e951e0e unpackaged: allow building an unpackaged distribution from layout
  • a729bb3 Switch from Loose to Layout

📊 Changes

1 file changed (+42 additions, -19 deletions)

View changed files

📝 build/scripts/New-UnpackagedTerminalDistribution.ps1 (+42 -19)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/15133 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 4/7/2023 **Status:** ✅ Merged **Merged:** 4/20/2023 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `main` ← **Head:** `dev/duhowett/unpackaged-layout` --- ### 📝 Commits (2) - [`e951e0e`](https://github.com/microsoft/terminal/commit/e951e0ebe5bbe0d08201eb90c8ed242c2a3f5903) unpackaged: allow building an unpackaged distribution from layout - [`a729bb3`](https://github.com/microsoft/terminal/commit/a729bb393e70a09403ffca63604fead552e5d67f) Switch from Loose to Layout ### 📊 Changes **1 file changed** (+42 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `build/scripts/New-UnpackagedTerminalDistribution.ps1` (+42 -19) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:40:53 +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#30449