[PR #12573] [MERGED] Add a pipeline that validates builds that touch features.xml #29120

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12573
Author: @DHowett
Created: 2/24/2022
Status: Merged
Merged: 2/25/2022
Merged by: @DHowett

Base: mainHead: dev/duhowett/try-feature-build-CI


📝 Commits (8)

📊 Changes

4 files changed (+37 additions, -6 deletions)

View changed files

build/pipelines/feature-flag-ci.yml (+29 -0)
📝 build/pipelines/templates/build-console-ci.yml (+4 -2)
📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+3 -3)
📝 src/host/proxy/Host.Proxy.vcxproj (+1 -1)

📄 Description

This is intended to be a PR triggered build that only runs when
features.xml has been touched, to validate that the disabled features do
not cause compilation errors.


🔄 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/12573 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 2/24/2022 **Status:** ✅ Merged **Merged:** 2/25/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/duhowett/try-feature-build-CI` --- ### 📝 Commits (8) - [`83e13ae`](https://github.com/microsoft/terminal/commit/83e13ae7d0ae2493f96d8eaf9ae13f281b5ed0f3) Add a pipeline that validates builds that touch features.xml - [`de85ef8`](https://github.com/microsoft/terminal/commit/de85ef8af590fa3ff22701ee832ff189ea275c7e) okay? make it a job then - [`4f69910`](https://github.com/microsoft/terminal/commit/4f699103b3875ad9c70decf388a9c4035375a600) yaml: fury - [`638d29c`](https://github.com/microsoft/terminal/commit/638d29cdbca42325ddb7ff4cb22166fdbf9a379d) why live - [`aa62371`](https://github.com/microsoft/terminal/commit/aa62371d9532b8874c307a1f75326474ee01f902) unique the jerbs - [`88f2e25`](https://github.com/microsoft/terminal/commit/88f2e254d30c46431c90c7d7fd12d8b1338dc436) make Dev more ... good - [`43541b2`](https://github.com/microsoft/terminal/commit/43541b2f60fce0075bb1bf15123ccd50dd9c0430) NFCI - [`2aa8d75`](https://github.com/microsoft/terminal/commit/2aa8d75f2b1448b498b178b171725f0b175b38ff) Revert "NFCI" ### 📊 Changes **4 files changed** (+37 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `build/pipelines/feature-flag-ci.yml` (+29 -0) 📝 `build/pipelines/templates/build-console-ci.yml` (+4 -2) 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+3 -3) 📝 `src/host/proxy/Host.Proxy.vcxproj` (+1 -1) </details> ### 📄 Description This is intended to be a PR triggered build that only runs when features.xml has been touched, to validate that the disabled features do not cause compilation errors. --- <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:32:56 +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#29120