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-29 21:22:42 +0300
committerMarek Safar <marek.safar@gmail.com>2019-04-30 19:19:54 +0300
commit082e1a23463e52b611b1cbc12ae86af6b2f376bf (patch)
tree562b58de225ecc50191cf96a8753e0891485f857
parent18fde9f8c29b96defb3b04e4093cdb1d16595eee (diff)
Bump msbuild to track mono-2018-08mono-5.18.1.24
-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 0d3753bfe47..d090b9f1419 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 = '4c8adc5130321db5508bdfcb2f7719801725c30c')
+ revision = 'ff1ef0812090aa1fdd118fad9b6f38f10d33b563')
def build (self):
self.sh ('./eng/cibuild_bootstrapped_msbuild.sh --host_type mono --configuration Release --skip_tests')