Not currently.
It would be easy to implement one if you like.

In general I actually discourage the use of CCNet tasks.  Instead it's far
preferable to have a common build script that you run from CCNet as well as
on the command-line.  It also makes the whole process significantly easier
to test since you don't need to have CCNet installed in order to run a full
CI build.

So in your example, I would recommend putting the call to MbUnit inside of a
NAnt or MSBuild script that also builds your application.

Jeff.

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Emad Ibrahim
Sent: Thursday, October 02, 2008 11:31 AM
To: MbUnit.User
Subject: MbUnit and cruisecontro.net task


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
-~----------~----~----~----~------~----~------~--~---

Reply via email to