I play with Entity infrastructure and continuous builds. So far, I can perform a migration or a series of migrations without any problems using migrate.exe and the corresponding arguments.
However, I ran into a problem while trying to get the migrate.exe file in order to release the script and not perform the migration, just as I could get by running
update-database -TargetMigration TestMigration -script
from the package manager console in Visual Studio.
Is there any way to do this?
Thanks.
migration entity-framework
Greg smith
source share