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>2020-01-07 18:21:51 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-07 18:21:51 +0300
commit71070d34c80969a2c3bfca7209297e91b4932bba (patch)
tree36ce6e60bbcc734e005902f2058a6b79e301d16b /packaging
parentb3ce5bfa887e4542b5360e51f2a8ae483b58e07a (diff)
[master] Bump msbuild to track xplat-master (#18297)
This enables parallel build support with msbuild!
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 ebb660acbef..844173cf511 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 = '46823e117f5d4b2fead50d2691709820e9e43e13')
+ revision = '1745abddb5fe79cfe3bee2a1facfe9ace1793bf4')
def build (self):
try: