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>2019-06-07 22:54:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-06-07 22:54:03 +0300
commit46108fd7def439e6db23e1209904db3e473a583f (patch)
tree5243429b9fc179fb22795ceb01104bdad33954e5 /packaging
parentd54a6544b3165f13bb9cd9b5585648b0ac708622 (diff)
Bump msbuild to track xplat-master (#14814)
Picks up changes in msbuild after: [mono] Update SDKs to track cli branch `release/2.1.8xx` (https://github.com/mono/msbuild/pull/110)
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 a1294cc3559..13329ed6a21 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 = '4e8391a0f34d2aad63dd2cb941caa153f2a3d0fb')
+ revision = '8f608e49833cc1e2f6c9c070dacbd8fdcb41a20e')
def build (self):
self.sh ('./eng/cibuild_bootstrapped_msbuild.sh --host_type mono --configuration Release --skip_tests')