Releases: dotnet/msbuild
MSBuild - Visual Studio 2015 Update 2 CTP (ish)
This tag corresponds to the version of MSBuild packaged with Visual Studio 2015 Update 2 CTP.
Important: the actual Update 2 CTP release was not produced by compiling the GitHub source at this commit. It was built from a mirror of MSBuild in the Microsoft-internal VS repository, which was manually synced to contain the changes made here. These sources are instructive for behavior and understanding purposes, but not suitable for debugging the released binaries.
Mono Hosted MSBuild
This is a mono hosted msbuild that you can use to build the msbuild source code on Linux / OSX.
Example:
mono mono-msbuild\bin\Unix\Debug-MONO\MSBuild.exe
MSBuild - Visual Studio 2015 Update 1 (ish)
This tag corresponds to the version of MSBuild packaged with Visual Studio 2015 Update 1.
Important: the actual Update 1 release was not produced by compiling the GitHub source at this commit. It was built from a mirror of MSBuild in the Microsoft-internal VS repository, which was manually synced to contain the changes made here. These sources are instructive for behavior and understanding purposes, but not suitable for debugging the released binaries.