Getting MSTest output to show in CruiseControl.Net

后端 未结 3 1906
心在旅途
心在旅途 2021-02-03 15:38

I currently have our build server set up with CruiseControl.Net running a build using MSBuild and then running unit tests using MSTest. The problem is I can\'t see the output of

3条回答
  •  野性不改
    2021-02-03 15:47

    i made the following changes to get MSTest results output to be shown in CruiseControl.NET

    1) For Dashboard - in dashboard.config added a reference to the Mstest 2008 xsl file under buildReportBuildPlugin

    xsl\MsTestReport2008.xsl
    

    2) For email - in ccservice.exe.config added the reference to the same xsl file under xslFiles section

    
    

提交回复
热议问题