Build Report Plugin¶
Shows an overview of the build. This overview is generated by using xslt transformations over the build log. These xslt transformations can be changed at will via the xslFileNames property.
Handy information : modifications, compile warnings or errors, amount of tests ok or failed, ...
LinkDescription : Build Report
1<buildReportBuildPlugin>
2 <xslFileNames>
3 <xslFile>xsl\header.xsl</xslFile>
4 <xslFile>xsl\modifications.xsl</xslFile>
5 <xslFile>xsl\unittests.xsl</xslFile>
6 <xslFile>xsl\MsTestSummary2008.xsl</xslFile>
7 <xslFile>xsl\compile-msbuild.xsl</xslFile>
8 <xslFile>xsl\SimianSummary.xsl</xslFile>
9 </xslFileNames>
10</buildReportBuildPlugin>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
excludedProjects | The projects to exclude from this plug-in. This is currently not implemented. |
String array | No | None | 1.0 |
includedProjects | The projects to include in this plug-in. This is currently not implemented. |
String array | No | None | 1.0 |
xslFileNames | The xsl files to use to transform the build log. Location is relative to the web.config file. Standard installation places the xsl files in the xsl folder. | BuildReportXslFilename array | Yes | <xslFileNames> <xslFile>xsl\header.xsl</xslFile> <xslFile>xsl\modifications.xsl</xslFile> </xslFileNames> | 1.0 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:05 AM