MSBuild, FxCop and StyleCop integration with CruiseControl.Net -
i had integrated msbuild, fxcop , stylecop cruisecontrol.net, facing problem related logfile, contains lot informations due size of file around 150 mb , want error , warning can easly load in cruisecontrol.net dashboard
thanks in advance
you need modify settings of msbuild fxcop , stylecop tasks. thus, cut off size of xml logs produced these tasks , size of merged xml log. easier view in dashboard.
- msbuild : add /v:m (for verbosity=minimal) arguments.
- fxcop : see http://social.msdn.microsoft.com/forums/en-us/vstscode/thread/3f8931da-9a4d-47a6-b331-8b6b07aea8d6
- stylecop : doesn't know how adjust verbosity.
Comments
Post a Comment