Skip to content

Commit 9bcfa60

Browse files
authored
[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
1 parent e6cd9a1 commit 9bcfa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/MacSDK/msbuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class MSBuild (GitHubPackage):
44
def __init__ (self):
55
GitHubPackage.__init__ (self, 'mono', 'msbuild', '15', # note: fix scripts/ci/run-test-mac-sdk.sh when bumping the version number
6-
revision = '5310081448152f227bec72971e8f242f42ae84b4')
6+
revision = '4cdb80ada4cf192ae36d0818a9a3c592bb34c306')
77

88
def build (self):
99
try:

0 commit comments

Comments
 (0)