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

use DOTNET_INSTALL_DIR #180

Closed
steveoh opened this issue Mar 10, 2021 · 1 comment · Fixed by #197
Closed

use DOTNET_INSTALL_DIR #180

steveoh opened this issue Mar 10, 2021 · 1 comment · Fixed by #197
Labels
bug Something isn't working

Comments

@steveoh
Copy link

steveoh commented Mar 10, 2021

currently this tool uses

private static readonly string DotNetInstallPath = Path.Combine("/", "usr", "local", "share", "dotnet");
which is not always the case.

the dotnet install tool uses the environment variable DOTNET_INSTALL_DIR for the path and the uninstall tool should try to do the same.

@sfoslund sfoslund added the bug Something isn't working label Mar 10, 2021
@steveoh
Copy link
Author

steveoh commented Sep 8, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants