Skip to content

A GitHub action that Installs the latest standalone SQL Server Integration Service (SSIS) devops tools.

License

Notifications You must be signed in to change notification settings

jonlabelle/setup-ssis-devops-tools

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Setup SSIS DevOps Tools

test latest release

A GitHub action that installs the latest standalone SQL Server Integration Service (SSIS) devops tools.

Standalone SSIS DevOps Tools provide a set of executables to do SSIS CI/CD tasks without the dependency on the installation of Visual Studio or SSIS runtime. The executables provided are:

  • SSISBuild.exe: build SSIS projects in project deployment model or package deployment model.
  • SSISDeploy.exe: deploy ISPAC files to SSIS catalog, or DTSX files and their dependencies to file system.

Usage

Important

This action supports Windows runners only.

- name: Setup SSIS devops tools
  uses: jonlabelle/setup-ssis-devops-tools@v1

After running this step, SSISBuild.exe and SSISDeploy.exe are available for use from your path.

See the tests for example usage.

License

MIT

About

A GitHub action that Installs the latest standalone SQL Server Integration Service (SSIS) devops tools.

Topics

Resources

License

Stars

Watchers

Forks