-
Notifications
You must be signed in to change notification settings - Fork 2
AppDeploy
AppDeployPlus provides packaging of non-web applications. This includes: console apps, Windows Services, Scheduled Tasks, file shares, SSIS packages, etc.
-
Add the MSDeployAllTheThings.AppDeploy Nuget package to your console project
-
Build the project with the
/p:DeployOnBuild=true
flag and the MSDeploy package will be created in thebin/[configuration]/appDeployment
folder.
WebDeploy Parameterization is used to handle configuration transformation during deployment. For more details about WebDeploy Parameterization and a VS extension to preview parameterization results checkout the following webpages -
http://www.dotnetcatch.com/2014/09/08/parameterizationpreview-visual-studio-extension/ https://github.com/rschiefer/ParameterizationPreview
- MSDeploy/WebDeploy - https://www.microsoft.com/en-us/download/details.aspx?id=43717
- Visual Studio
The version of VS will depend on the version you use for your project.