Skip to content
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

Allow users to specify the directory to cache the uncompressed package artifacts #59

Open
JZiegener opened this issue Jun 9, 2023 · 0 comments

Comments

@JZiegener
Copy link

Is your feature request related to a problem? Please describe.
Currently the package cache is hard coded to store in a temp directory that is based on the operating system. This causes issues when attempting to use this package in IIS was the SYSTEM user, as the windows SYSTEM user profile directory is write protected.

Describe the solution you'd like
Users should be able to specify what directory to used as a cache.

Describe alternatives you've considered
Overriding the "UserProfile" Env variable allows the directory to be changed, however it also changes the user profile for the entire process. Allowing this directory to be specified would reduce the possibility for unintentional side effects.

@mmsmits mmsmits added the enhancement New feature or request label Jul 25, 2023
@mmsmits mmsmits removed the enhancement New feature or request label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants