❔ Visual Studios tooling not migrating the right SQL server
I have a Azure Sql Database as well as a (localdb) as connected services for my application. The localdb runs in visual studios while the Azure db runs when the app is deployed to azure. My problem is, when I try to add-migrations to my Azure db, it just adds them to my localdb. Heres the commands its running when it should be updating my Azure db.
2 Replies