Configure TFS 2010 Build Summary

I know that you can set up the assembly assembly of the TFS 2010 assembly. But so far I have not been able to get good information on how to do this. Does anyone know of good resources to customize the VS2010 build page. Consolidated rendering is done through a dll that must be deployed to each development machine. This is not pleasant, but if there is no better solution, I am ready to go this route.

I'm not talking about a web URL, from where I can view the assembly output in a browser, and if (as always), the output becomes huge.

+6
source share
1 answer

I mentioned how to create the assembly summary report section on page 424 (chapter 16) of our book: Professional Team Foundation Server 2010 Wrox. Here's a blog post by Jason Prikett that talks about this: http://blogs.msdn.com/b/jpricket/archive/2010/08/09/tfs2010-customizing-the-build-details-view-summary-view .aspx

Custom Build Log Summary Section for TFS

You are correct, although these settings must be deployed to all client machines. You could deploy them as a VSIX package inside, although if you wanted to simplify deployment and updates.

+3
source

Source: https://habr.com/ru/post/908314/


All Articles