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-04-30 00:08:00 +0300
committerMarek Safar <marek.safar@gmail.com>2019-04-30 21:12:08 +0300
commit450e296221a8c0abd1792448d3992b7c02e7d2a6 (patch)
treee259adcb5782d1121e357a529eaf5fb0117f0be7 /packaging
parent285992a72180f5109f621e5d33f82150a1c4802c (diff)
Bump msbuild to track xplat-master
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 d0e980065af..f67aca8e4c7 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 = '97f3ff32c8766c9ef3823d202e166fe33d5c7883')
+ revision = 'a86589df3602cb19b9e1a75123d816fa97a2e649')
def build (self):
self.sh ('./eng/cibuild_bootstrapped_msbuild.sh --host_type mono --configuration Release --skip_tests')