You can setup an nunit task in cruisecontrol.net like this
<tasks>
<nunit>
<path>D:\dev\ccnet\ccnet\tools\nunit\nunit-console.exe</path>
<assemblies>
<assembly>D:\dev\Refactoring\bin\Debug\Refactoring.exe</
assembly>
<assembly>D:\dev\Refactoring\bin\Debug\Refactoring.Core.dll</
assembly>
</assemblies>
<excludedCategories>
<excludedCategory>LongRunning</excludedCategory>
</excludedCategories>
</nunit>
</tasks>
Is there a way to do the same thing with mbunit?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---