I would like to automate code-first database generation during the automated CI build of a web project in Team Foundation Server 2010.
When run locally the tests create a code-first database specified by the connection string in the app.config of the tests project. How do I configure the TFS Build Configuration to mimic this behaviour on the TFS build server?