SSIS DevOps Tools new version tasks in preview
Published Apr 21 2021 11:31 PM 7,814 Views
Microsoft

SSIS DevOps Tools released new version of SSIS Build task and SSIS Deploy task. Major enhancements include:

  • SSIS Build task version 1.* (Preview)
    • Remove the dependency on Visual Studio and SSIS designer. Build task can run on Microsoft-hosted agent or self-hosted agent with Windows OS and .NET framework 4.6.2 or higher.
    • No need of installing out-of-box components.
    • Support protection level EncryptionWithPassword and EncryptionAllWithPassword.
  • SSIS Deploy task version 1.* (Preview)
    • Support protection level EncryptionWithPassword and EncryptionAllWithPassword.

Use new version of SSIS Build task:

  1. Microsoft-hosted agent or self-hosted agent with Windows OS and .NET framework 4.6.2 or higher.
  2. Add SSIS Build task and select Task version as 1.* (Preview). Default version is 0.*. 
  3. 1.* only properties:
    • 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.

build-task-v1.png

Use new version of SSIS Deploy task:

  1. Add SSIS Deploy task and select Task version as 1.* (Preview). Default version is 0.*
  2. 1.* only properties:
    • Project Password
      Password to decrypt the ISPAC or DTSX files. This argument is only valid when the protection level is EncryptSensitiveWithPassword or EncryptAllWithPassword.

deploy-task-v1.png

 

Please refer to this page for more detail usage. If you have questions, visit Q&A.

 

Co-Authors
Version history
Last update:
‎Apr 25 2021 07:53 PM
Updated by: