[PR #18005] Prepend path to nuget in repo #31419

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

Original Pull Request: https://github.com/microsoft/terminal/pull/18005

State: closed
Merged: Yes


Summary of the Pull Request

This PR aims to fix issue #1111.

References and Relevant Issues

Detailed Description of the Pull Request / Additional comments

This PR makes it so the path to nuget in this repo is prepended. This will make it so the local nuget.exe is prioritised before looking for nuget in PATH.

Validation Steps Performed

Run razzle.cmd, the local instance of nuget is utilised.

Delete nuget.exe, razzle.cmd uses nuget.exe specificed in the PATH.

PR Checklist

  • Closes #1111
  • Tests added/passed
  • Documentation updated
    • If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated (if necessary)
**Original Pull Request:** https://github.com/microsoft/terminal/pull/18005 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request This PR aims to fix issue #1111. ## References and Relevant Issues * https://github.com/microsoft/terminal/issues/1111 ## Detailed Description of the Pull Request / Additional comments This PR makes it so the path to nuget in this repo is prepended. This will make it so the local `nuget.exe` is prioritised before looking for nuget in `PATH`. ## Validation Steps Performed Run `razzle.cmd`, the local instance of nuget is utilised. Delete `nuget.exe`, `razzle.cmd` uses `nuget.exe` specificed in the `PATH`. ## PR Checklist - [x] Closes [#1111](https://github.com/microsoft/terminal/issues/1111) - [ ] Tests added/passed - [ ] Documentation updated - If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx - [ ] Schema updated (if necessary)
claunia added the pull-request label 2026-01-31 09:47:10 +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#31419