SSISBuild 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SSISBuild --version 2.0.0
NuGet\Install-Package SSISBuild -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SSISBuild" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SSISBuild --version 2.0.0
#r "nuget: SSISBuild, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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)

There are no supported framework assets in this package.

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.

Version Downloads Last updated
2.3.0 67,242 3/30/2019
2.2.1 753 3/26/2019
2.2.0 584 3/20/2019
2.1.2 48,161 2/25/2017
2.1.1 924 2/25/2017
2.1.0 912 2/23/2017
2.0.0 927 2/15/2017
1.3.0 1,109 1/11/2017
1.2.0 1,111 1/10/2017
1.1.0 1,274 1/10/2017
1.0.0 1,145 1/9/2017

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