dotnet / install-scripts

MIT License
133 stars 72 forks source link

Please support installing .NET from folder #336

Closed kant2002 closed 1 year ago

kant2002 commented 1 year ago

I made attempts to bring up .NET SDK build on the Loongarch and from my experience I would like to be able finally customize dotnet/runtime build to some other non MS locations (at least temporarily). In addition to changes in the dotnet/runtime which I would be discussing in that repo, I think I need change in this script.

What I am thinking would be good to have in these scripts (Linux only at least)

/cc @shushanhf

MichalPavlik commented 1 year ago

Hello Andrii. We are sorry, but we don't support installation from unofficial sources. This script is for CI environment. The .NET installation itself is very easy. You need to just copy/extract files to some directory and set environment variable.

https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#manual-install