[PR #1012] [MERGED] move version to vs2019, the 1903 sdk, and the 14.2 build tools. #24439

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1012
Author: @miniksa
Created: 5/24/2019
Status: ✅ Merged
Merged: 6/26/2019
Merged by: @miniksa

Base: master ← Head: miniksa-vs2019


📝 Commits (8)

  • 2afcc7d move version to vs2019, the 1903 sdk, and the 14.2 build tools.
  • 4ed600e Use the 2019 hosted pool.
  • c036247 Fix weird spacing behavior for stomp wap project block.
  • 62fdd44 yml: bump vs version to 16 as well
  • ded8b81 Switch audit to 16.0 as well
  • f1fc679 once more into the breach
  • fa26273 Merge branch 'master' into miniksa-vs2019
  • f79d01e check formatting build onto 2019 too.

📊 Changes

8 files changed (+157 additions, -171 deletions)

View changed files

📝 build/pipelines/templates/build-console-audit-job.yml (+2 -2)
📝 build/pipelines/templates/build-console-ci.yml (+1 -1)
📝 build/pipelines/templates/build-console-steps.yml (+1 -1)
📝 build/pipelines/templates/check-formatting.yml (+1 -1)
📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+12 -27)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj (+134 -134)
📝 src/common.build.pre.props (+2 -2)
📝 src/cppwinrt.build.pre.props (+4 -3)

📄 Description

Summary of the Pull Request

Moves the solution to VS2019 and the latest SDK/tools

PR Checklist

Detailed Description of the Pull Request / Additional comments

This is sitting here until we figure out what to do with the build agents regarding versioning and signing.


🔄 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/1012 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 5/24/2019 **Status:** ✅ Merged **Merged:** 6/26/2019 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `miniksa-vs2019` --- ### 📝 Commits (8) - [`2afcc7d`](https://github.com/microsoft/terminal/commit/2afcc7dfa1cd3f6bfdf38b9c94e3b6bff07f3120) move version to vs2019, the 1903 sdk, and the 14.2 build tools. - [`4ed600e`](https://github.com/microsoft/terminal/commit/4ed600efd36158f40b1b90643cf42d20c36b494a) Use the 2019 hosted pool. - [`c036247`](https://github.com/microsoft/terminal/commit/c0362471927974ff6bbca19f4b2741fad99ce554) Fix weird spacing behavior for stomp wap project block. - [`62fdd44`](https://github.com/microsoft/terminal/commit/62fdd44f0b693915c183ffa651ea3b9dbc147f08) yml: bump vs version to 16 as well - [`ded8b81`](https://github.com/microsoft/terminal/commit/ded8b812f117feba82957e7a902a72129c26653b) Switch audit to 16.0 as well - [`f1fc679`](https://github.com/microsoft/terminal/commit/f1fc679074fa7afc6283101e1fef82ac786441f4) once more into the breach - [`fa26273`](https://github.com/microsoft/terminal/commit/fa26273120ced10b0c412a3452d7caa3a16102ba) Merge branch 'master' into miniksa-vs2019 - [`f79d01e`](https://github.com/microsoft/terminal/commit/f79d01ee7a9071694b5af74345c5d63f02d9e9a5) check formatting build onto 2019 too. ### 📊 Changes **8 files changed** (+157 additions, -171 deletions) <details> <summary>View changed files</summary> 📝 `build/pipelines/templates/build-console-audit-job.yml` (+2 -2) 📝 `build/pipelines/templates/build-console-ci.yml` (+1 -1) 📝 `build/pipelines/templates/build-console-steps.yml` (+1 -1) 📝 `build/pipelines/templates/check-formatting.yml` (+1 -1) 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+12 -27) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj` (+134 -134) 📝 `src/common.build.pre.props` (+2 -2) 📝 `src/cppwinrt.build.pre.props` (+4 -3) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Moves the solution to VS2019 and the latest SDK/tools <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #565 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Tests added/passed * [x] Does not require documentation to be updated * [x] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #565 <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments This is sitting here until we figure out what to do with the build agents regarding versioning and signing. --- <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:03:20 +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#24439