How to get MSBuild 15 without a full install of Visual Studio?

后端 未结 1 1174
心在旅途
心在旅途 2021-01-01 20:37

\"MSBuild is now installed in a folder under each version of Visual Studio.\" However, I do not want to install a full VS on the server. \"MSBuild is now available as part o

相关标签:
1条回答
  • 2021-01-01 21:25

    MSBuild.exe 15 was found after installing the VS Build Tools with no additional packages selected in the install interface.

    Edit: Updated link above to go to older downloads. Expand 2017 panel, click Download, login with a Microsoft account, then you will see Build Tools for Visual Studio 2017 (version 15.0) in the list of available downloads.

    C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe

    0 讨论(0)
提交回复
热议问题