We have our sql project build built as dacpac
and has dependency on master.dacpac
, the dacpac
is included with the website content.
Both dacpac
's are included in the package through filePath
provider.
I can see the package contains the dacpac
's together.
On the target directory however, the master.dacpac
is sync'ed correctly, (deleted and then added from package). But the application dacpac
is not sync'ed (in fact, the package is added first and then deleted, effectively loosing the file from target).
All other files of website seems to be unpacking correctly.