Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created May 1, 2016 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/c017a2e912fc96b6eb37d39993d5422b to your computer and use it in GitHub Desktop.
Save justinyoo/c017a2e912fc96b6eb37d39993d5422b to your computer and use it in GitHub Desktop.
Azure DevOps Series
"%PROGRAMFILES%\IIS\Microsoft Web Deploy V3\msdeploy.exe"
-verb:sync
-source:contentPath="c:\Temp\publish\MyWebApp"
-dest:
contentPath='MyAzureWebApp',
ComputerName="https://my-azure-webapp.scm.azurewebsites.windows.net:443/msdeploy.axd?site=my-azure-webapp",
UserName='$my-azure-webapp',
Password='encrypted-password',
AuthType='Basic'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment