From e4c87dfcbb43c5630ca992cdefb5dbc421dfb375 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Fri, 13 May 2016 12:43:36 -0700 Subject: [PATCH] Update install script source --- build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.json b/build.json index 97bd4e8bd1..aaa19e5105 100644 --- a/build.json +++ b/build.json @@ -1,7 +1,7 @@ { "UseSystemDotNetPath" : "false", "DotNetFolder": ".dotnet", - "DotNetInstallScriptURL": "https://github.com/dotnet/cli/tree/6cde21225e18fc48eeab3f4345ece3e6bb122e53/scripts/obtain", + "DotNetInstallScriptURL": "https://raw.githubusercontent.com/dotnet/cli/6cde21225e18fc48eeab3f4345ece3e6bb122e53/scripts/obtain/", "DotNetChannel": "beta", "DotNetVersion": "1.0.0-preview1-002702", "BuildToolsFolder": ".tools",