PkgDeploymentModule 1.0.0

dotnet add package PkgDeploymentModule --version 1.0.0
NuGet\Install-Package PkgDeploymentModule -Version 1.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="PkgDeploymentModule" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PkgDeploymentModule --version 1.0.0
#r "nuget: PkgDeploymentModule, 1.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 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

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
1.0.0 1,679 4/28/2015

1.0.0 Initial release