Setup SSIS DevOps tools
Version updated for https://github.com/jonlabelle/setup-ssis-devops-tools to version v1.9.0.
- This action is used across all versions by 9 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the installation of standalone SQL Server Integration Services (SSIS) DevOps Tools, enabling users to perform SSIS CI/CD tasks without requiring Visual Studio or the SSIS runtime. It provides tools like SSISBuild.exe for building SSIS projects and SSISDeploy.exe for deploying SSIS packages to the SSIS catalog or file system. This action simplifies and streamlines SSIS project build and deployment processes, particularly in DevOps workflows on Windows runners.
What’s Changed
1.9.0 (2026-03-29)
Features
- improve example usage w/ real examples (beeba18)