Rob Chartier ~ Contemplation...

.NET, C#, Work, etc.

News






www.flickr.com
This is a Flickr badge showing public photos from Rob & Kat Chartier. Make your own badge here.


Even Quicker Links

NUnit and NCover in one (CCNET)...

Here is a block in my tasks section of my ccnet.config file.  When searching around I couldnt find out the exact markup anywhere so I thought I would share it.

<exec>
 <executable>C:\Program Files\NCover\NCover.Console.exe</executable>
 <baseDirectory>c:\working\SampleApp</baseDirectory>
 <buildArgs>c:\nunit\bin\nunit-console.exe SampleApp.nunit /xml:nunit.xml //x NCoverSampleApp.xml //w c:\working\SampleApp</buildArgs>
 <buildTimeoutSeconds>360</buildTimeoutSeconds>
</exec>

Comments

Koob said:

Thanks.

One important thing, that is not visible in the ncover documentation: When using the ncover commandline, use double slashes for ncover command line parameters. You did this with the //x and //w params.

# November 30, 2006 4:26 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)