Question

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?

Was it helpful?

Solution

As far as I can tell, the build log is just kept in the database and is not written out to disk.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top