views:

27

answers:

1

I had already integrated MSBuild, FxCop and StyleCop with CruiseControl.Net, however i am facing some problem related logfile, it contains lot informations due to that the size of the file is around 150 mb , but i want only error and warning so that it can easly load in CruiseControl.Net Dashboard

Thanks in advance

A: 

You need to modify the settings of your msbuild fxcop and stylecop tasks. Thus, you will cut off the size of the xml logs produced by these tasks and the size of your merged xml log. It will be easier to view it in the dashboard.

Benjamin Baumann
Thanks Benjamin Baumann
Varghese