Running update-database from Team City
问题 I have created a new application using Entity Framework 4.3 database migrations. The migrations work great from the package manager console using the "update-database" command. Now I want to run the database migrations every time the application is built using Team City, it looks like I need to create a powershell script that will do this. Can anyone point me to some instructions on how to get the package manager commands to run from the command line, or powershell? All I can find is