-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
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
(GH-442) always pass cache-location to choco #468
Conversation
I yet have to update the documentation to reflect this change. |
Hello @mwallner and @pauby . Was this halted for some reason as it looked promising. |
I'm assuming the |
hey @ctmcisco , thanks for bringing this up again! 😄 thanks for approving @flcdrg - do you have an Idea where we could "update the documentation to reflect this change"? |
Yeah, I ignore those and Draft PR's unless tagged on them.
Do we need to update the docs - would this not be expected behaviour? |
Hey @pauby - I think this is ready to get merged / want to have it "out of the way" when my next (MUCH bigger) PR comes around ;-) |
this is obsolete when GH-479 gets merged in |
This PR is no longer required, as this will be addressed in the new version of Chocolatey, which will be embedded in the v3 release. |
Description
fixes GH-442 by always adding
-cacheLocation
to each Chocolatey call.Related Issue
Fixes #442
Motivation and Context
every time you call Install-BoxstarterPackage -PackageName "$filename" additional subdirectories chocolatey\chocolatey are appended to $env:temp
Types of changes
Checklist: