I'm trying to exclude a Tests schema from my deployment scripts with the following switches.
""/exclude:Schema:Tests"" ""/exclude:Table:_Tests_"" ""/exclude:StoredProcedure:_Tests_"" "

This isn't working although the CREATE SCHEMA Tests is being ignored as expected the CREATE TABLE [Tests].** etc is still generating in the script.
girlingv
0

Add comment

Please sign in to leave a comment.