Could you please guide us with the below two points:
How to create a dacpac file for the specific objects.
e.g.: We are having 1000 tables in our source database and from those 1000 tables we need to create dacpac for only 50 tables.
How to exclude specific objects from the dacpac.
e.g.: We are having a dacpac file in that 1000 tables are available and we need to deploy or publish only 50 tables to the target database.