Mark
Mark

Reputation: 10206

How can I create custom sections in TFS build reports?

I know how to add custom BuildStep task; however, it would be nice to create a new section, similar to the Summary and Build Steps sections.

We are selectively deploying the files on a successful build based on the difference between the workspace and destination environment. We do create an HTML and XML log of the files we move and the files they overwrite. It would be nice to add a section to the build report to display this information.

Something like this:

image http://www.freeimagehosting.net/uploads/71360b417a.png

Any ideas?

Upvotes: 1

Views: 1090

Answers (1)

Martin Woodward
Martin Woodward

Reputation: 11770

Currently Microsoft do not provide any mechanism for extending the build report in VS 2008 or VS 2005. They are doing heavy changes to the build report for TFS 2010 however and I know that customization of that report has been a much requested feature but I'm not sure what the status is of that yet.

Upvotes: 2

Related Questions