Microsoft Open-Sources MSBuild Engine

Written by Michael Larabel in Microsoft on 19 March 2015 at 12:03 PM EDT. 31 Comments
MICROSOFT
The latest open-sourcing at Microsoft is the opening up of MSBuild, the Microsoft Build Engine that serves as the build platform for .NET and Visual Studio.

Microsoft has decided to open up MSBuild on GitHub and make it available under the MIT license. MSBuild is described as, "The Microsoft Build Engine is a platform for building applications. This engine, which is also known as MSBuild, provides an XML schema for a project file that controls how the build platform processes and builds software. Visual Studio uses MSBuild, but it doesn't depend on Visual Studio. By invoking msbuild.exe on your project or solution file, you can orchestrate and build products in environments where Visual Studio isn't installed."

Though before Linux users get too excited, currently this software runs just on Windows and you need the Visual Studio 2015 Preview release to fully build it. Linux and OS X support for MSBuild is expected to be contributed by Microsoft "soon."

Those wishing to checkout MSBuild can find it on GitHub and learn more from the MSDN blog.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week