-
Notifications
You must be signed in to change notification settings - Fork 2
WebDeployPlus
WebDeployPlus adds a few additional features to WebDeploy. Most notably the ability to use pre/post sync commands in your MSDeploy package.
-
Add the MSDeployAllTheThings.WebDeploy Nuget package to your ASP.NET project
-
Build the project with the
/p:DeployOnBuild=true
flag and the MSDeploy package will be created in theobj/[configuration]/Package
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.