views:

93

answers:

1

I'm trying to track down some problems with unit tests in a test TFS 2010 build. The overall log file reports an error being returned from MSTest, but the only log files I can find, the log files for the individual projects being compiled, indicate no problems. Where can I locate the "main" log file that is used to generate the build report?

+1  A: 

After the build has run, you can view the build from the build menu (found in the project folder of the Team Explorer window)

From there, the default view is the "View Summary" in near the top-left corner of the window is a "View Log" option. From there, you can see more details as to what happened with the build.

McKay
Thanks McKay. I've seen this before, but it doesn't contain all the information about a build. Anything for a "purely" 2010 build not specifically related to building is not in this log. For example, any logs relating to running code analysis are not present.
Eric