Today in master, the dotnet-install.sh script detects your current distro's name and uses that name to download the distro-specific version of the shared runtime and/or SDK:
See https://github.com/dotnet/cli/blob/master/scripts/obtain/dotnet-install.sh#L58-L109
However, we are moving away from distro specific builds, and instead have a single "linux" portable installer/.tar.gz.
We need to update the install script for this change in our publish assets.
It also looks like I can unblock myself for now by providing the correct rid with -r. What's the new unified linux rid?
linux-x64
Most helpful comment
linux-x64