Looking for continuous deployment strategies regarding SQL server database projects targeting Azure SQL using VSTS. My scenario… Using VSTS for CI/CD Using a SQL Server Database Project to define my database schema Using Dapper for my ORM (so no migrations through EF) Using an Azure SQL Database Some of the tables have seed data, thatRead more