How to run NCover from command line?

How to run NCover from command line?

Hi All

I got an error while running NCover from CruiseControl.Net and MSBuild target. Can someone tell me how can I run this from a command line, and how to set the log, in order to get more detailed error message? I am not familiar with NCover.

Thanks Jirong


errorMSB6006: "NCover.Console.exe" exited with code 1.


RE: How to run NCover from command line?

Jirong,

You should have output from the msbuild process that gives you more detail. Look in the artifacts folder.

It sounds like one of your tests failed. Most testing frameworks return a non zero code if a test fails.

Joe