Base solution for your next web application
Open Closed

Auto Migration #4037


User avatar
0
verrrrrrrrrrrrrdi created

Hi,

I has setup Continuous Deployment using vsts. How do I auto update the database to the latest migration files after deploying using migration.exe? can you give me a guidance?

Thanks


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Verrrrrrrrrrrrrdi,

    You can use migrator tool included in AspNet Zero solution. It can update all databases (if you are using more than one). Using it in a Deployment pipeline is out of AspNet Zero's scope but I think you can find lots of information on the web.