PkgDeploymentModule 1.0.0
dotnet add package PkgDeploymentModule --version 1.0.0
NuGet\Install-Package PkgDeploymentModule -Version 1.0.0
<PackageReference Include="PkgDeploymentModule" Version="1.0.0" />
paket add PkgDeploymentModule --version 1.0.0
#r "nuget: PkgDeploymentModule, 1.0.0"
// Install PkgDeploymentModule as a Cake Addin #addin nuget:?package=PkgDeploymentModule&version=1.0.0 // Install PkgDeploymentModule as a Cake Tool #tool nuget:?package=PkgDeploymentModule&version=1.0.0
This is PkgDeploymentTools PowerShell module. The module will allow you to download installation package with all dependencies, and combine into ready-to-go deployment script.
Imagine you have a project with multiple sub-project such as SharePoint, SSRS, SSAS, Batch Script etc. Each sub project requires different deployment strategy and should not dependent each other. Using nuget infrastructure, you will be able to create the package independently for the sub projects. Each independent sub projects package will define dependencies to deployment rule/scripts - also another nuget package. Then a single package as an entry point, can be created
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 |
---|---|---|
1.0.0 | 1,725 | 4/28/2015 |
1.0.0 Initial release