1314 Forks
4916 Stars
4916 Watchers

msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

How to download and setup msbuild

Open terminal and run command
git clone https://github.com/dotnet/msbuild.git
git clone is used to create a copy or clone of msbuild repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with msbuild https://github.com/dotnet/msbuild/archive/master.zip

Or simply clone msbuild with SSH
[email protected]:dotnet/msbuild.git

If you have some problems with msbuild

You may open issue on msbuild support forum (system) here: https://github.com/dotnet/msbuild/issues