I am dropping items from the target that are not in my dacpac. However i have a schema and a table I do not want to be dropped. I was able to specify not to drop tables but can't find a way to specify to ignore schemas. Is there a way to not drop schemas
from the target that are not in the dacpac?
↧