From 9a9a3607db79ad2804420a566739016f5ef364d0 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Mon, 4 Apr 2016 15:41:41 -0700 Subject: [PATCH] Pin dotnet cli to 1.0.0-beta-002202 --- build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.json b/build.json index eff2167500..b3d5b8115d 100644 --- a/build.json +++ b/build.json @@ -3,7 +3,7 @@ "DotNetFolder": ".dotnet", "DotNetInstallScriptURL": "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain", "DotNetChannel": "beta", - "DotNetVersion": "Latest", + "DotNetVersion": "1.0.0-beta-002202", "BuildToolsFolder": ".tools", "ArtifactsFolder": "artifacts", "TestProjects": {