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?
相关问题
- TFS: Building solutions with multiple configuratio
- MSbuild task fails because “Any CPU” solution is b
- TFSBuild.proj and Importing External Targets
- TFS build duration report by agent
- Set application pool with MSDeploy and TFS 2010
相关文章
- TFS: Building solutions with multiple configuratio
- MSbuild task fails because “Any CPU” solution is b
- TFSBuild.proj and Importing External Targets
- TFS build duration report by agent
- Set application pool with MSDeploy and TFS 2010
- Unable to determine the workspace using TF.exe
- How can I copy a TFS 2010 Build Definition?
- TFS 2010 creating .Net 4.0 XmlSerializers DLL for
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.
As far as I can tell, the build log is just kept in the database and is not written out to disk.