Browse Source

Bump msbuild to track xplat-master (#11440)

- pickup fix for https://github.com/mono/mono/issues/11214 .
Ankit Jain 7 years ago
parent
commit
f038e7cd8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packaging/MacSDK/msbuild.py

+ 1 - 1
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 = '105cb8a15778bf32efa730b5125d1503e5b44629')
+			revision = 'c25860499b19599171cf6fe7b74dc0119b1e5b40')
 
 	def build (self):
 		self.sh ('./build.sh -hostType mono -configuration Release -skipTests')