I want to create build scripts for my MonoTouch apps. Basically, something that'll compile the application, run tests, zip into into an IPA file, check the source into SVN and write a message to the test log and email the beta testers. Just small scale stuff.
What should I use? I'm looking at xbuild, but wondering if it's quite there yet. What are other MonoTouch developers using? Are there any sample scripts I could start from?