PreviousNext

Run EF Core Migrations in Azure DevOps

by bill-s, 2020-12-10T07:27:11.969Z

This post is about running Entity Framework Core migrations on Azure DevOps which helps you to continuously deploy your database changes to your staging or your QA environments or even to production - even though I won’t recommend it. We will be using Entity Framework Core Code first approach.

Read More