Azure DevOps / Azure pipelines / SQL / Uncategorized

Execute entity framework migration on a Linux

Posted on:

Executing entity framework migration on a Linux agent can be tricky. You cannot run simple dotnet ef command, because it doesn’t work on the Linux machine. As always if you know what you are doing, you can go directly to the source, and download the pipeline here! Before running the pipeline set below variables: So, in order to execute Entity framework migration on Linux, you must create a bundled script. […]