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

add target directory parameter #3

Open
brandedoutcast opened this issue Dec 12, 2019 · 1 comment
Open

add target directory parameter #3

brandedoutcast opened this issue Dec 12, 2019 · 1 comment
Assignees

Comments

@brandedoutcast
Copy link
Owner

No description provided.

@AraHaan
Copy link

AraHaan commented Nov 4, 2021

I personally would like this very much where for example, I might want to use this for say install a package to $DOTNET_ROOT/packs/ or $DOTNET_ROOT/shared/ for 3rd party .NET workload installers.

Also bonus points: if it will automatically download the absolute latest version of the packages they want and gives them the version similar to how one can install templates without providing the version parameter.

For this these lines would need to change: https://github.com/brandedoutcast/dotnet-grab/blob/master/NugetProvider.cs#L48-L49

Where L49 would have to be nested in an if (Directory.Exists(ExtractionPath)) and the path they need would have to be set as well.

Repository owner deleted a comment from akashakki Mar 4, 2024
Repository owner deleted a comment from tim-tepia Mar 18, 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

3 participants
@brandedoutcast @AraHaan and others