[msbuild] Bump msbuild to fix test failures on wrench (#5660)
authorAnkit Jain <radical@gmail.com>
Thu, 28 Sep 2017 22:55:07 +0000 (18:55 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 28 Sep 2017 22:55:07 +0000 (00:55 +0200)
packaging/MacSDK/msbuild.py

index e769cf22bb5269e0fc8cffd2b6f009b4cf16b912..67db79c7fe63b3729025e8fe7e314002805a8ce8 100644 (file)
@@ -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')