It's there any way that i can specify a schema name that i don't want to be deployed with Octopus Deploy? I have a Visual Studio database project that has a schema generated automatically (with tables and stored procedures). I don't want this to be deployed. I can't delete it directly from project because it verifies the dependencies at build time.
Asked
Active
Viewed 97 times
0
-
Is there 1 dacpac in your NuGet package? Maybe you could restructure your solution so the dependencies are in a different project and your dacpac only includes what is required for deployment. – Alex M Mar 06 '18 at 11:38
1 Answers
1
There's nothing specific to Octopus to do this however this stack overflow post covers the options.
If you're using a custom script step or a community step template to deploy your dacpac, you can provide additional parameters to control what is deployed.

Rob Pearson
- 46
- 3