Skip to content

PascalK/PK.Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PK.Deployment

Custom scripts and tasks for MSDeploy


MsDeploy:

  • Added option to select ParametersXMLFiles as a build action so that this does not has to be done by editing the project file directly

Features:

MsDeployAdditionalManifestFiles

Selecting this build action for a file in Visual Studio will copy the file to the location where an MsDeploy package (WebPublishMethod=Package) will be created. This means it will not be part of the content of the package but will be placed next to the package zip file and/or manifest file. This can be used to copy custom deploy scripts or parameter files to the package folder.

AddReplaceToUpdatePackagePath

Integrates Sayed Ibrahim Hashimi's solution to shorten the content path in an MsDeploy package. This feature can be enabled / disabled by setting the EnableAddReplaceToUpdatePackagePath property, it is enabled by default. The new replaced path can be set by the PackagePath property, this defaults to website

About

Customizations for MsDeploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages