Deploying Dotnet Core Entity framework migrations

Hi,
Is there a good recommendation/example on how to use octopus to deploy dotnet core EF migrations?
Unlike dotnet framework EF we dont have migrate.exe available to do so.

I have following a blog post https://www.benday.com/2017/03/17/deploy-entity-framework-core-migrations-from-a-dll/ but this does not seem to work.

Any help on how to take this task?