Skip to content

mscottreed/AzureBlobsWebDeployProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AzureBlobsWebDeployProvider

Web Deploy provider for Azure Blob Storage

Install is included in the post-build step.

Need to have ILMerge installed. http://www.microsoft.com/en-us/download/details.aspx?id=17630

Example of usage (line ending added for readability): msdeploy.exe -verb:sync -source:contentPath="C:<path_to_blobs>" -dest:contentPath='<Azure_blobs_container_name>',ComputerName="https://.publish.azurewebsites.windows.net/msdeploy.axd?site=<site_name>",UserName='<user_name>',Password='',AuthType='Basic' -enableRule:DoNotDeleteRule -skip:objectName=dirPath,absolutePath=<subdirectory_under_path_to_blobs>

About

Web Deploy provider for Azure Blob Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published