I have .dacpac project with Script.PostDeployment.sql:
:r .\SiteType.sql
:r .\Enums.sql
:r .\DebugData.sql
I want to include DebugData.sql conditionaly, only when i publish with DEBUG configuration profile selected in visual studio, so i will not have this data included when publish for production.
Is there any way to achieve it?