error when integrate with CruiseControl.net

error when integrate with CruiseControl.net

I follow the guide confige the ***.csproj , and when ncover invoke by msbuild , it reports error MSB6006:"NCover.Console.exe" exited with code 1. why? above the report line I saw the End Program Output .


Re: error when integrate with CruiseControl.net

darkjune,

NCover is probably reporting that error because one of the paths on its command line ends with an escaped double quote ("). Also, when you're integratng NCover with CC.NET, you shouldn't have to modify the msbuild file -- all necessary modifications occur in the CC.NET config files.

Hope it Helped, Stephen Ward