SSISBuild 2.0.0
See the version list below for details.
dotnet add package SSISBuild --version 2.0.0
NuGet\Install-Package SSISBuild -Version 2.0.0
<PackageReference Include="SSISBuild" Version="2.0.0" />
paket add SSISBuild --version 2.0.0
#r "nuget: SSISBuild, 2.0.0"
// Install SSISBuild as a Cake Addin #addin nuget:?package=SSISBuild&version=2.0.0 // Install SSISBuild as a Cake Tool #tool nuget:?package=SSISBuild&version=2.0.0
A command line utility that builds an ispac file from a Visual Studio SSIS project (project deployment model only)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Completely removed Microsoft DTS dependencies from the library. The tool can work standalone with no need to install any dependencies
Added SsisDeploy application which is capable of deploying any ispac deployment packages
Added unit tests with 100% code coverage
Removed SensitiveParameter Build Argument because it was causing runtime issues