1

Are there out-of-the-box TFS 2010 reports that shows the detailed build steps taken?

If there's none, Is it possible to create one?

dba
  • 33
  • 4

1 Answers1

0

When you click on the View Log link on the Build Explorer, you get a detailed log of the build process. You can also see the MSBuild log by clicking View Log File link under the Summary section.

build log

TFS process templates comes also with out-of-the-box SSRS reports such as Build Success Over Time and Build Summary (Scrum) and Build Summary Report (Agile)

KMoraz
  • 14,004
  • 3
  • 49
  • 82
  • Thanks for your reply KMoraz. Are there any SSRS report taht shows the steps contained in your screenshot? when you have a very large steps, it takes time to read and load all the steps (log) in "View Log" link, I wonder if there's SSRS that shows theses steps/logs – dba Apr 16 '12 at 11:29
  • I'm not aware of an OOTB report that drills down to build steps. Build reports provides metrics and high level data. While you can customize your own SSRS report by parsing the build log into data grids, I don't think it's worth the effort - build administrators should be able to read build logs they way they are. – KMoraz Apr 16 '12 at 15:20