From 9a6bfab124ce2b3a90456dbfa5ea0a4b06af4f43 Mon Sep 17 00:00:00 2001 From: Christy Henriksson Date: Wed, 10 Oct 2018 14:10:06 -0700 Subject: [PATCH] Master tools version --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 029a90d7a..af7bb4a29 100644 --- a/build.ps1 +++ b/build.ps1 @@ -9,7 +9,7 @@ param ( [string]$SemanticVersion = '1.0.0-zlocal', [string]$Branch = 'zlocal', [string]$CommitSHA, - [string]$BuildBranch = '28bbd8623e116d388cd6ece107b913296b6c1b20' + [string]$BuildBranch = '80b8f1b4a1cfe57367881e59fca063866dcaaa42' ) $msBuildVersion = 15;