不会,不过还是建议 MINGW64
refer to:
https://social.msdn.microsoft.com/Forums/en-US/0daefd5d-8d5a-499c-bd16-c3e7aba68c4d/is-msbuild-free-for-commercial-use?forum=msbuild>>>Do we need to have VS license to use MSBuild?
You do not need to have VS license to use MSBuild. In the Visual Studio 2012 and before, msbuild.exe comes with .NET SDK, but just with the Framework. You can grab it by .NET SDK. Starting with Visual Studio 2013, the 2013 version of MSBuild will ship as a part of Visual Studio instead of the .NET Framework. But fortunately you can still download it separately as part of the Microsoft Build Tools 2013. So you can use it without install VS, of course, you do not need to have VS license.
你需要特别注意,不要使用到相关文件:
If you just use this build tool without using VS-related stuff, do not need a VS license. If you use something about VS(etc. dll), you need a VS license