We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-BinRoot helper function is being deprecated in favor of Get-ToolsLocation
Get-BinRoot
Get-ToolsLocation
In applicable scripts, replace: NOT YET!
$env:ChocolateyBinRoot
$env:ChocolateyToolsLocation
%ChocolateyBinRoot%
%ChocolateyToolsLocation%
Ref:
The text was updated successfully, but these errors were encountered:
Using Get-ToolsLocation requires also adding as dependency
<dependencies> <dependency id="chocolatey" version="0.9.10" /> </dependencies>
However, Get-BinRoot is an alias for Get-ToolsLocation so nothing should be updated for now. Deprecated warning should be ignored for now.
Sorry, something went wrong.
So is Get-ToolsLocation officially removed?
Get-Binroot did, not Get-ToolsLocation
@gep13, It seems this one can be closed too. Thank you
No branches or pull requests
Get-BinRoot
helper function is being deprecated in favor ofGet-ToolsLocation
In applicable scripts, replace:NOT YET!Get-BinRoot
Get-ToolsLocation
$env:ChocolateyBinRoot
$env:ChocolateyToolsLocation
%ChocolateyBinRoot%
%ChocolateyToolsLocation%
Ref:
The text was updated successfully, but these errors were encountered: