[PR #557] [CLOSED] Add a dev manifest, which will be used by default #24172

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/557
Author: @DHowett
Created: 5/8/2019
Status: Closed

Base: masterHead: dev/duhowett/sxsdev


📝 Commits (1)

  • 3d2bb67 Add a dev manifest, which will be used by default

📊 Changes

5 files changed (+79 additions, -4 deletions)

View changed files

📝 build/pipelines/release.yml (+3 -0)
📝 build/pipelines/templates/build-console-int.yml (+1 -1)
📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+4 -1)
src/cascadia/CascadiaPackage/Package-Dev.appxmanifest (+63 -0)
📝 src/cascadia/CascadiaPackage/Resources/en-US/Resources.resw (+8 -2)

📄 Description

To build a package named Microsoft.WindowsTerminal, you must build with
/p:WindowsTerminalReleaseBuild=true. This is to improve the SxS
developer/user scenario.

Fixes #556.


🔄 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/557 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 5/8/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev/duhowett/sxsdev` --- ### 📝 Commits (1) - [`3d2bb67`](https://github.com/microsoft/terminal/commit/3d2bb6715506024d03c001ad4b08fa0ab49bf37d) Add a dev manifest, which will be used by default ### 📊 Changes **5 files changed** (+79 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `build/pipelines/release.yml` (+3 -0) 📝 `build/pipelines/templates/build-console-int.yml` (+1 -1) 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+4 -1) ➕ `src/cascadia/CascadiaPackage/Package-Dev.appxmanifest` (+63 -0) 📝 `src/cascadia/CascadiaPackage/Resources/en-US/Resources.resw` (+8 -2) </details> ### 📄 Description To build a package named Microsoft.WindowsTerminal, you must build with `/p:WindowsTerminalReleaseBuild=true`. This is to improve the SxS developer/user scenario. Fixes #556. --- <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:01:49 +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#24172