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

Set dotnet install directory #6

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

ddunkin
Copy link
Member

@ddunkin ddunkin commented Jan 31, 2024

actions/setup-dotnet was downloading and installing .NET SDKs that were already installed. dotnet --list-sdks was not showing the versions installed by dotnet-install.ps1 because they were installed in a user-local path, but dotnet run from C:\Program Files\dotnet doesn't check there.

@ddunkin ddunkin changed the title Set botnet-install dir Set dotnet install directory Jan 31, 2024
@ddunkin ddunkin force-pushed the dotnet-install-dir branch from a299e2c to e848321 Compare January 31, 2024 21:40
@bgrainger
Copy link
Member

What's the purpose of changing the install path? Make it easier for setup-dotnet to find the existing install?

@ddunkin
Copy link
Member Author

ddunkin commented Feb 1, 2024

What's the purpose of changing the install path? Make it easier for setup-dotnet to find the existing install?

Yes, PR description updated.

@bgrainger bgrainger merged commit 746077a into Faithlife:master Feb 1, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants