[PR #606] [MERGED] Update razzle to use vswhere (#13) #24213

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/606
Author: @amweiss
Created: 5/9/2019
Status: Merged
Merged: 5/10/2019
Merged by: @miniksa

Base: masterHead: vswhere-based-razzle


📝 Commits (5)

  • 47d8caa Update razzle to use vswhere
  • 2583538 Make vswhere pickup build tools
  • 9e3060a Make razzle handle errors better
  • 10ec64a Make bcz handle MSBUILD with spaces
  • 9a5d4e6 Update readmes to use bcz and fix typo

📊 Changes

5 files changed (+38 additions, -70 deletions)

View changed files

.nuget/packages.config (+4 -0)
📝 README.md (+2 -2)
📝 tools/README.md (+1 -1)
📝 tools/bcz.cmd (+1 -1)
📝 tools/razzle.cmd (+30 -66)

📄 Description

Instead of listing out all the locations for MSBuild, use the vswhere tool to find the location and add that directory to that path.


🔄 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/606 **Author:** [@amweiss](https://github.com/amweiss) **Created:** 5/9/2019 **Status:** ✅ Merged **Merged:** 5/10/2019 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `vswhere-based-razzle` --- ### 📝 Commits (5) - [`47d8caa`](https://github.com/microsoft/terminal/commit/47d8caa369ad9a4b50633da23e53c93ae5000153) Update razzle to use vswhere - [`2583538`](https://github.com/microsoft/terminal/commit/258353831a7944c2dcb0b883ea70e1422b94663a) Make vswhere pickup build tools - [`9e3060a`](https://github.com/microsoft/terminal/commit/9e3060acd6f92f2160a6e7b175c0b6e308773461) Make razzle handle errors better - [`10ec64a`](https://github.com/microsoft/terminal/commit/10ec64a8282cdf428075acf56df76f32b47e165b) Make bcz handle MSBUILD with spaces - [`9a5d4e6`](https://github.com/microsoft/terminal/commit/9a5d4e6cdd797a218e7cf5b3068d1eae7e58dfe2) Update readmes to use bcz and fix typo ### 📊 Changes **5 files changed** (+38 additions, -70 deletions) <details> <summary>View changed files</summary> ➕ `.nuget/packages.config` (+4 -0) 📝 `README.md` (+2 -2) 📝 `tools/README.md` (+1 -1) 📝 `tools/bcz.cmd` (+1 -1) 📝 `tools/razzle.cmd` (+30 -66) </details> ### 📄 Description Instead of listing out all the locations for MSBuild, use the vswhere tool to find the location and add that directory to that path. --- <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:02:01 +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#24213