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

@ -18,7 +18,7 @@ if ($fileVersion -eq "Latest") {
}
$Feed="https://dotnetcli.blob.core.windows.net/dotnet"
$DotNetFileName="dotnet-combined-framework-sdk-host-win-$Architecture.$fileVersion.zip"
$DotNetFileName="dotnet-dev-win-$Architecture.$fileVersion.zip"
$DotNetUrl="$Feed/$Channel/Binaries/$Version"
function say($str)