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)
-
0
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.