From 9bcfa6031254ee5340b544620c4ad0a1814997b4 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Thu, 12 Dec 2019 04:58:33 -0500 Subject: [PATCH] [2019-10] Bump msbuild to track mono-2019-10 (#18132) * Bump msbuild to track mono-2019-10 * [2019-10] Bump msbuild to track mono-2019-10 * [2019-10] Bump msbuild to track mono-2019-10 --- packaging/MacSDK/msbuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py index c1b33dc3ccad4..74fad0f02a249 100644 --- a/packaging/MacSDK/msbuild.py +++ b/packaging/MacSDK/msbuild.py @@ -3,7 +3,7 @@ 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 = '5310081448152f227bec72971e8f242f42ae84b4') + revision = '4cdb80ada4cf192ae36d0818a9a3c592bb34c306') def build (self): try: