[MacSDK] Port two msbuild fixes from private bockbuild
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 31 May 2017 01:24:19 +0000 (03:24 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 31 May 2017 01:33:45 +0000 (03:33 +0200)
commit84fe1a57740b465fadcc3f365b470e558a82c62e
tree2c4dbb445ae9270c7ebf5c09b07e62d0ccffedfd
parent819026f391e06ca29f411aa9959dbcda45d85e3a
[MacSDK] Port two msbuild fixes from private bockbuild

https://github.com/xamarin/bockbuild/commit/58467b852e13b4bdfc75a2a0f9b9507b417b0694:

    [msbuild] Create symlinks from lib/mono/xbuild/Microsoft/NuGet/*
    msbuild install script cannot do this as the source files are installed
    by mono, which are in a different staging directory.

https://github.com/xamarin/bockbuild/commit/fb9656a7613bab2d77c8ce7e05d673c5abbbdac5:

    Partially Revert "[msbuild] Remove redundant msbuild logic from mono_master.py"

    Use 15.0 instead of mono version! msbuild's install script cannot
    copy these since bockbuild installs msbuild to a separate staging
    directory from mono. So, it needs to be done here.
packaging/MacSDK/mono.py