One feature I wanted to see in Tarantino is the ability to use either NAnt or MSBuild. So I sent in a patch to add MSBuild. If you want to be able to use MSBuild 2.0 with Tarantino, just apply the patch and rebuild. :D
I've also included the patch with this post.
Tarantino MSBuild Patch
Update: I noticed that patches do not include binary files. In the lib\MSBuild folder, these are what need to be added.
- log4net.dll
- Microsoft.SqlServer.BatchParser.dll
- Microsoft.SqlServer.ConnectionInfo.dll
- Microsoft.SqlServer.Replication.dll
- Microsoft.SqlServer.Smo.dll
- NAnt.Core.dll (yes, it does need to be there :) )
- Nhibernate.dll
- StructureMap.dll
- Tarantino.Core.dll
- Tarantino.DatabaseManager.Tasks.dll
- Tarantino.Infrastructure.dll
You can copy those from the lib\NAnt folder.