From 5bb405b58538046bbf779eaf0f012f4ce74a732e Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 17 Oct 2016 09:16:34 -0700 Subject: [PATCH] Clone rel/1.1.0-preview1 --- makefile.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index 77713e6cf2..1434d96c5e 100644 --- a/makefile.shade +++ b/makefile.shade @@ -29,7 +29,7 @@ functions static string baseDir = Directory.GetCurrentDirectory(); static string targetDir = Path.Combine(baseDir, "artifacts", "build"); - static string buildBranch = GetEnvironmentParameter("BUILD_BRANCH") ?? DefaultBuildBranch; + static string buildBranch = DefaultBuildBranch; static string coherencePath = GetEnvironmentParameter("COHERENCE_PATH"); static string dropsShare = GetEnvironmentParameter("ASPNETCI_DROPS_SHARE", DefaultDropsShare); static string kBuildVersion = GetEnvironmentParameter("DNX_BUILD_VERSION");