This task allows a Build / Release to provide database connection parameters and execute an
Entity Framework 6 migration against the database. In order to this Task, you'll have to take the following steps:
Build your project to an output folder and include the migrate.exe executable that comes with Entity
Framework 6.
Create an automated build that packages up your files and makes them accessible during a Release.
Create a Release definition for the relevant Build
Add an EF6 Migration task. Once that task is added to an environment within the release, you'll need
to enter the appropriate parameters to configure it. All file path parameters should be within the
file system for the build, none of them are for TFS source control paths.