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:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-10-12 00:35:22 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-12 00:35:22 +0300
commit656c820cf92fbd7665638700267633addbbdb444 (patch)
treedc7006786c386a716dbd43ba22586dfc3d41591c /packaging
parent3baefe7ef18ac5a4a15551c866ef26cce4749e2d (diff)
[2018-08] Bump msbuild (#11098)
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 5019807a51b..11b683b2929 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 = '300887e680a0cc790476efad9613507ead5957d3')
+ revision = '105cb8a15778bf32efa730b5125d1503e5b44629')
def build (self):
self.sh ('./build.sh -hostType mono -configuration Release -skipTests')