BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News MSBuild Joins GitHub, Paving Way for Non-Windows Build Systems

MSBuild Joins GitHub, Paving Way for Non-Windows Build Systems

Bookmarks

The MSBuild tool used to build .NET applications has been released as an open source project on GitHub, joining Microsoft’s previously released .NET projects like corefx and coreclr.  MSBuild is used by Visual Studio but MSBuild can also be used on machines that do not have Visual Studio installed.  While there are existing non-Microsoft methods available for building applications, this release of MSBuild means that developers can begin to utilize one standard build system across all of their development platforms.

The project as it currently stands requires Visual Studio 2015 to be built, but eventually this restriction will be removed as support for non-Windows platforms is added.  Microsoft’s Rich Lander indicates that Linux and Mac support is planned to be included “soon” which then in-theory will fully enable a non-Windows build and/or continuous-integration system to be used.  Those interested in building MSBuild at this moment will find it easiest to do so by spinning up a VS2015 CTP6 VM on Azure as this will not affect any local settings or configurations.

In a follow-up comment, Lander notes that current plans are for the .NET corefx project to continue to use MSBuild, while CoreCLR will use CMake.  The general uptake for Microsoft’s projects on GitHub has been positive so far, with Microsoft employees contributing 62% of all pull requests compared to 38% from the community at large.

Rate this Article

Adoption
Style

BT