Sdk: dotnet-install.sh needs to be updated for the Linux distro change

Created on 6 May 2017  路  2Comments  路  Source: dotnet/sdk

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.

Install-Script

Most helpful comment

linux-x64

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

joffreykern picture joffreykern  路  3Comments

gkhanna79 picture gkhanna79  路  3Comments

dasMulli picture dasMulli  路  3Comments

davkean picture davkean  路  3Comments

darrensimio picture darrensimio  路  3Comments