Open lucas-mv opened 4 years ago
It should just be a single script: https://github.com/GoEddie/DacpacMerge/blob/master/src/MergeEm/Program.cs#L112 If you have multiple linked scripts, see this: https://github.com/jmezach/MSBuild.Sdk.SqlProj/issues/9
Greetings,
I am having a hard time understanding how to generate a .dacpac file with post execution scripts with the DacFx and DacPackageExtensions.
I can't seem to get a valid .dacpac output that contains my DML scripts.
Here is my base .dacpac generating class, the rest of the project is zipped and attached here