What is the default location for MSBuild logs?

后端 未结 4 494
予麋鹿
予麋鹿 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:37

    The msdn documentation is pretty clear about this (And you ain't gonna like it!):

    https://msdn.microsoft.com/en-us/library/jj651643.aspx

    Where it says:

    To create a build log file for a managed-code project On the menu bar, choose Build, Build Solution.

    In the Output window, highlight the information from the build, and then copy it to the Clipboard.

    Open a text editor, such as Notepad, paste the information into the file, and then save it.

提交回复
热议问题