Skip to content

Take 2 or more dacpac's and merge them into a single dacpac

License

Notifications You must be signed in to change notification settings

tristanbarcelon/DacpacMerge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This was a sample for this issue on github: microsoft/DACExtensions#23

This takes dacpac's and merges them including the pre/post deploy scripts

Known Issues:

- It doesn't havenl ansi nulls or quoted identifiers on code
- It doesn't merge refactorlog.xml - if anyone wants this it should be pretty easy to add in, give me a shout
- If you have any additional references to other dacpacs or master etc, these will be lost so you can use this to add them back in https://github.com/GoEddie/Dacpac-References


To use it, build the project the pass a list of paths on the command line, the first path passed in will be the target dacpac and all the rest of the paths (must be to dacpacs) will be the sources and all merged one after the other.

About

Take 2 or more dacpac's and merge them into a single dacpac

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%