Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2017-09-29 01:55:07 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-09-29 01:55:07 +0300
commita17ae9ec7447555f1331b4831573ce66ffb01259 (patch)
tree4dd833e62038496a44914db8c27b13d3f08268df /packaging
parent919a03d17d36604f05e1d99c3f9f26a1509e9655 (diff)
[msbuild] Bump msbuild to fix test failures on wrench (#5660)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/MacSDK/msbuild.py2
1 files changed, 1 insertions, 1 deletions
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')