You can use the Post-Deployment script to perform such actions. You can still keep separate scripts for the actions required for each table and "include" them in the Post-Deployment script.
This combined script will be added to the deployment script for each deployment.
:r .\Populate-Table1.sql :r .\Populate-Table2.sql
source share