vote up 1 vote down star
1

I'm really new to TFS Server and MbUnit.

What steps do you need to do to make the builds on TFS run your MbUnit tests?

flag

68% accept rate
... I'd be googling <code>NUnit MBUnit +"Team Build"</code> and seeing what that turns up. – Ruben Bartelink Mar 3 at 23:27
Good call. I didn't know the builder was called "Team Build". Hows that for newb to TFS. – B. Tyndall Mar 3 at 23:41
I'll see how far this gets me: stackoverflow.com/questions/154411/… – B. Tyndall Mar 3 at 23:43

1 Answer

vote up 0 vote down

You need either a custom build task or to simply execute the MbUnit executable passing in the appropriate arguments.

The steps taken in this nUnit example apply to an MbUnit implementation: NUnit Example

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.