Update install scripts to download 'dotnet-dev' as stage0.

This commit is contained in:
Sridhar Periyasamy 2016-03-17 21:45:03 -07:00
parent 45d97bb80a
commit 4c06e3323f
3 changed files with 11 additions and 3 deletions

View file

@ -129,7 +129,7 @@ install_dotnet()
local os=$(current_os)
local installLocation="$INSTALLDIR"
local dotnet_url="https://dotnetcli.blob.core.windows.net/dotnet/$CHANNEL/Binaries/$VERSION"
local dotnet_filename="dotnet-combined-framework-sdk-host-$os-x64.$fileVersion.tar.gz"
local dotnet_filename="dotnet-dev-$os-x64.$fileVersion.tar.gz"
if [ "$RELINK" = "0" ]; then
if [ "$FORCE" = "0" ]; then