Blog Post

SQL Server Integration Services (SSIS) Blog
2 MIN READ

SSIS DevOps Tools new version tasks in preview

Chunhua's avatar
Chunhua
Icon for Microsoft rankMicrosoft
Apr 22, 2021

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.

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.

 

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

 

Updated Apr 26, 2021
Version 4.0
No CommentsBe the first to comment