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

后端 未结 9 847
暖寄归人
暖寄归人 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:57

    SO I have Community edition 2017, for me path is: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\

    Other solutions on this thread throwed me an exception.

提交回复
热议问题