I am using the SQL server Database Project. To deploy .dacpac file I am using the SqlPackage.exe with command line arguments.
Using Action: DriftReport, I am able to create the log (Added/update/Modified) of objects. But Still I am not able to create the log for post deployment script (operation like insert, update, etc).
Is there any way to create reports for successful and failures data insertion.