Info
Version: | 1.0.0 |
Author(s): | Riwut Libinuko |
Last Update: | Tuesday, April 28, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://blog.libinuko.com/ |
NuGet Url: | https://www.nuget.org/packages/PkgDeploymentModule |
Install
Install-Package PkgDeploymentModule
dotnet add package PkgDeploymentModule
paket add PkgDeploymentModule
PkgDeploymentModule Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.