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>2018-10-30 15:28:53 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-30 15:28:53 +0300
commitf038e7cd8a4edcfc9ebbfb8dfd0b595fdcaada15 (patch)
treeac37682013e8682c0ccc47783e1f08ca0c774f51 /packaging
parentadc72216b3894d5be6f9d30f864d37befea4d01a (diff)
Bump msbuild to track xplat-master (#11440)
- pickup fix for https://github.com/mono/mono/issues/11214 .
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 11b683b2929..8e8af1e62d6 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', # note: fix scripts/ci/run-test-mac-sdk.sh when bumping the version number
- revision = '105cb8a15778bf32efa730b5125d1503e5b44629')
+ revision = 'c25860499b19599171cf6fe7b74dc0119b1e5b40')
def build (self):
self.sh ('./build.sh -hostType mono -configuration Release -skipTests')