Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Entity Framework Migration Extensions
Entity Framework Migration Extensions

Entity Framework Migration Extensions

West Peaks Consulting

|
1,034 installs
| (0) | Free
Tools for executing Entity Framework migrations. Includes a single release task.
Get it free

This extension provides the following Tasks:


Entity Framework 6 Database Migration

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:

  1. Build your project to an output folder and include the migrate.exe executable that comes with Entity Framework 6.
  2. Create an automated build that packages up your files and makes them accessible during a Release.
  3. Create a Release definition for the relevant Build
  4. 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.

See Getting Started With Entity Framework 6 and Entity Framework Tutorial

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft