SSIS DevOps Tools released new version of SSIS Build task and SSIS Deploy task. Major enhancements include:
Use new version of SSIS Build task:
Project Password
Password of the SSIS project and its packages. This argument is only valid when the protection level of the SSIS project and packages is EncryptSensitiveWithPassword or EncryptAllWithPassword. For package deployment model, all packages must share the same password specified by this argument.
Strip Sensitive Data
Convert the protection level of the SSIS project to DontSaveSensitve if this value is true. When protection level is EncryptSensitiveWithPassword or EncryptAllWithPassword, the argument Project Password must be correctly set. This option is only valid for project deployment model.
Use new version of SSIS Deploy task:
Project Password
Password to decrypt the ISPAC or DTSX files. This argument is only valid when the protection level is EncryptSensitiveWithPassword or EncryptAllWithPassword.
Please refer to this page for more detail usage. If you have questions, visit Q&A.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.