My project was created via ...dotnet new webapi --name=ProjectName.... I've setup a build definition in VSTS. The Deployment to Azure runs fine, but I can't figure out how to run my migrations, i.e., ...dotnet ef database update...I've reviewed several of...