I'm building a .Net app using Entity Framework.
I have TFS vNext Builds setup and I'm doing auto publish to an azure web app.
I'd like to add a build task to automate my entity framework changes.
I'm using code first and have migrations enabled, so I need a task that will run my migrations during the build to make any database schema changes, and seed test data that needs to be added/updated to the database.
Essentially I'd like to get the process used by ReadyRoll http://www.red-gate.com/products/sql-development/readyroll/ Without having to spend $350 per licence.