Hello,
I have a visual studio database project, there is a post deployment script in:
~/Database/Scripts/Post Deployment
I am trying to get this script to run to populate my tables. I am using Team City's plugin to create the nuget package. I checked and the nuget package contains this file.
I use Octopus Deploy's plugin to generate the change script and perform the deployment. But my tables are empty. If I were to deploy via Visual Studio publish, the seed data is inserted properly. What am I missing?
I have a visual studio database project, there is a post deployment script in:
~/Database/Scripts/Post Deployment
I am trying to get this script to run to populate my tables. I am using Team City's plugin to create the nuget package. I checked and the nuget package contains this file.
I use Octopus Deploy's plugin to generate the change script and perform the deployment. But my tables are empty. If I were to deploy via Visual Studio publish, the seed data is inserted properly. What am I missing?