The MSBuild
摘要
The MSBuild is an open sourced build platform for .NET and is used in Visual Studio. The MSBuild platform is used by the dotnet build CLI command. The purpose of the MSBuild is to orchestrate all the necessary steps for your project to be built and be consumed. While MSBuild is the backbone of the build pipeline, we use the hooks and levers to operate the underlying platform.