How do I call Visual Studio 2017 RC's version of MSBuild from a BAT file?

后端 未结 9 849
暖寄归人
暖寄归人 2020-12-04 19:19

Earlier versions of MSBuild could be found here: %programfiles(x86)%\\msbuild\\\\bin\\msbuild.exe.

But for Visual Studio 2017RC the path

9条回答
  •  庸人自扰
    2020-12-04 19:50

    Microsoft have created a tool to find the location of Visual Studio 2017 and newer https://github.com/Microsoft/vswhere

    That option and newer are decribed in this blog post.

提交回复
热议问题