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

Support the default ProtectionLevel EncryptSensitiveWithUserKey #20

Open fmms opened 6 years ago

fmms commented 6 years ago

EncryptSensitiveWithUserKey is the default and thus used by many developers. I found out that the DTS:ProtectionLevel attribute in the dtsx file is only set if it differs from EncryptSensitiveWithUserKey.

fenngineering commented 6 years ago

when will this change be merged? as EncryptSensitiveWithUserKey is our default ProtectionLevel for our packages and thus can't use the library to build.

Thanks

Andrew