DacFx, SqlPackage, and other SQL development libraries enable declarative database development and database portability across SQL versions and environments. Share feedback here on dacpacs, bacpacs, and SQL projects.
New version of SqlTasks.targets will put all the included files via :r in pre/post-deployment scripts in a new @(__SqlScriptDependentFiles) item. We can then use this item in the sdk.targets to exclude them from build.
Fixes #103
New version of SqlTasks.targets will put all the included files via
:r
in pre/post-deployment scripts in a new@(__SqlScriptDependentFiles)
item. We can then use this item in the sdk.targets to exclude them from build.