What is the default location for MSBuild logs?

后端 未结 4 495
予麋鹿
予麋鹿 2020-12-08 08:50

I am using Visual Studio Express 2012. Where is the location of the log file? I have searched in the folder where my solution and projects are stored, but cannot find any .l

4条回答
  •  广开言路
    2020-12-08 09:25

    Use build output instead of logging to file. Instead of copy/paste, simply click somewhere in the output and press CTRL + S to save. Visual Studio will prompt you for a location (tested with Visual Studio 2017, but I'm assuming this works in earlier versions too).

提交回复
热议问题