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 <ankj@microsoft.com>2018-09-27 00:54:57 +0300
committerMarek Safar <marek.safar@gmail.com>2018-09-27 12:56:16 +0300
commit401bce867d334be862f0b4d59da04c890873a893 (patch)
tree26e7177d2f8ef41c47cf3267437cfd826faa3c17
parent65737564b04315d79671ef223c0ff10ecfa04d03 (diff)
Bump msbuild to track mono-2018-06
-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 dc1e4a16779..5f4eb01ff92 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 = '17218b611a97315eaef9fa4a8add5ef049a2ff8e')
+ revision = 'e6c3a1f9e4d3ee4b88ef7bd98b7a48a998c199e6')
def build (self):
self.sh ('./build.sh -hostType mono -configuration Release -skipTests')