-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Make dotnet sdk branch use dotnetup #54257
Copy link
Copy link
Open
Labels
dotnetupWork items around the proposed `dotnetup` bootstrapper/toolchain management tool and libraryWork items around the proposed `dotnetup` bootstrapper/toolchain management tool and libraryuntriagedRequest triage from a team memberRequest triage from a team member
Metadata
Metadata
Assignees
Labels
dotnetupWork items around the proposed `dotnetup` bootstrapper/toolchain management tool and libraryWork items around the proposed `dotnetup` bootstrapper/toolchain management tool and libraryuntriagedRequest triage from a team memberRequest triage from a team member
Type
Fields
Give feedbackNo fields configured for issues without a type.
The best way to get large scale dogfooding and testing of the product once we think it works consistently enough is to put it in the
mainbranch of the SDK. This will replace the install script usage, just like how release/dnup today uses dotnetup to install the runtimes.Pending
It will also use dotneutp to install the daily or internal build SDK once #54061 is complete
We will also need a GH release to download dotnetup from instead of building dotnetup, since the sdk repo
mainwill still not includedotnetup.Once this is in and we have confidence for >= ~1 week, we should expand it to the other
release/*branches of the .NET SDK.