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