From: Ankit Jain Date: Thu, 28 Sep 2017 22:55:07 +0000 (-0400) Subject: [msbuild] Bump msbuild to fix test failures on wrench (#5660) X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=a17ae9ec7447555f1331b4831573ce66ffb01259 [msbuild] Bump msbuild to fix test failures on wrench (#5660) --- diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py index e769cf22bb5..67db79c7fe6 100644 --- a/packaging/MacSDK/msbuild.py +++ b/packaging/MacSDK/msbuild.py @@ -3,7 +3,7 @@ import fileinput class MSBuild (GitHubPackage): def __init__ (self): GitHubPackage.__init__ (self, 'mono', 'msbuild', '15.4', - revision = '8b76a1d2b9ffc493349a861962e44540ea14eaac') + revision = '5bb588162eadfc68c6af8895397f4f65f8008b24') def build (self): self.sh ('./cibuild.sh --scope Compile --target Mono --host Mono --config Release')