I have two SSDT projects targeting the same database. When I use Schema Compare feature from any of the projects, it detects the other project's objects as being non-existent and sets them for deletion.
I cannot merge the two projects into one as I make use of the DAC API and there's a point where I need one compiled before the other. The "dependent" project's objects are all in the same db schema (let's call it myschema
), which is unknown from the "core" project.
Is there any way I can setup the SCMP file so that when comparing the "core" project it ignores everything that's placed inside myschema
?