adamralph / minver

🏷 Minimalistic versioning using Git tags.
Apache License 2.0
855 stars 59 forks source link

Respect DOTNET_HOST_PATH if set #1034

Closed iwillspeak closed 2 months ago

iwillspeak commented 2 months ago

The variable DOTNET_HOST_PATH is used by dotnet to expose the path to the current invocation of the host. Tools should use it when making nested calls.

https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-environment-variables#dotnet_host_path

adamralph commented 2 months ago

@iwillspeak thanks for raising this PR. I've released it in 5.1.0-rc.1—please feel free to give it a try.

adamralph commented 2 months ago

re-released as 6.0.0-rc.1 because the next release contains at least one breaking change

iwillspeak commented 2 months ago

Awesome 🎉 . Thanks for taking the time to give it a review. I look forward to giving it a test drive