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>2017-11-10 19:48:30 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-10 19:49:59 +0300
commitaf818a17099103fc697e58e0fac9861b80000670 (patch)
tree317232e0928b2d24a9fe12e0e3cb3a900f3cfb3f /packaging
parent4e43805a1e68694e4004aa5bba5955b080ac9782 (diff)
[msbuild] Change the version used in bockbuild to just '15', instead .. (#5986)
.. of 15.x. It doesn't really affect anything and makes it simpler on wrench to specify directory from which to run the tests! (cherry picked from commit 3f3b106aca5e0ed3d72a2447a84d4729b3cdb36d) # Conflicts: # packaging/MacSDK/msbuild.py
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 67db79c7fe6..783941a3c90 100644
--- a/packaging/MacSDK/msbuild.py
+++ b/packaging/MacSDK/msbuild.py
@@ -2,7 +2,7 @@ import fileinput
class MSBuild (GitHubPackage):
def __init__ (self):
- GitHubPackage.__init__ (self, 'mono', 'msbuild', '15.4',
+ GitHubPackage.__init__ (self, 'mono', 'msbuild', '15',
revision = '5bb588162eadfc68c6af8895397f4f65f8008b24')
def build (self):