rtumaykin / ssis-build

A set of utilities that allow to autonomously build a Visual Studio SSIS project (dtproj) into a deployment package (ispac), and deploy the package to an SSIS catalog
Apache License 2.0
52 stars 39 forks source link

@project.manifest file doesn't get updated with latest connection config details #37

Open syedjalalt opened 5 years ago

syedjalalt commented 5 years ago

The @project.manifest file, adds DB connection information upon creation of a connection manager but doesn't get updated to the latest connection settings that have been applied afterwards, after a successful build.

Not sure if this limited to SSIS or if this can be fixed at your end. This doesn't work even in Visual Studio build through devenv

@rtumaykin @fmms