No artifact output from dotnet-ef migrations script in Devops Pipeline
I have a Devops pipeline which used to run under a windows-latest
agent. We’ve recently moved it to ubuntu-latest
for a variety of reasons. However since that change, the dotnet-ef
tool has not been outputting the migrations SQL script to the artifacts folder.