Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcel-valdez/2994307 to your computer and use it in GitHub Desktop.
Save marcel-valdez/2994307 to your computer and use it in GitHub Desktop.
Configuration for the CruisControl.Net WebDashboard dashboard.config file
<buildPlugins>
<buildReportBuildPlugin>
<xslFileNames>
<xslFile>xsl\OpenCoverReport.Assembly.xsl</xslFile>
</xslFileNames>
</buildReportBuildPlugin>
<buildLogBuildPlugin />
<xslReportBuildPlugin description="OpenCover Report" actionName="OpenCoverBuildReport" xslFileName="xsl\OpenCoverReport.Class.xsl"></xslReportBuildPlugin>
</buildPlugins>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment