I am using jincod's ...Heroku .NET Core Buildpack... to deploy my Core 3.1 MVC application to heroku....Currently i am trying to apply EF migrations to postgre DB (using Npgsql) by executing command on publish:... <Target Name="PrePublishTarget" AfterTar...