2010-12-14 50 views

回答

2

這很簡單。假設你正確地記錄MSBuild任務(與ThoughtWorks的記錄器爲例),您需要:

  • 編輯ccservice.exe.config文件(您構建服務器,路徑$ CCNET \服務器上):添加您在xslFiles部分需要的XSL文件(這是針對電子郵件內容)
  • 請與dashboard.config文件相同的(你的構建服務器上,路徑$ CCNET \儀表板),這對儀表盤的內容。

我想你需要添加xsl \ compile-msbuild.xsl文件。例如我的部分是這樣的:

<xslFiles> 
    <file name="xsl\header.xsl"/> 
    <file name="xsl\compile.xsl"/> 
    <file name="xsl\compile-msbuild.xsl"/> 
    <file name="xsl\unittests.xsl"/> 
    <file name="xsl\fit.xsl"/> 
    <file name="xsl\modifications.xsl"/> 
</xslFiles> 
+0

謝謝本傑明。 – Ndesai 2010-12-17 14:54:59

相關問題