Skip to content

Instantly share code, notes, and snippets.

@nicopaez
Created November 20, 2013 11:23
Show Gist options
  • Save nicopaez/7561626 to your computer and use it in GitHub Desktop.
Save nicopaez/7561626 to your computer and use it in GitHub Desktop.
"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:package="C:\sourcepackage.zip" -dest:auto,computerName=https://someserver:8172/msdeploy.axd?site=yoursite.com,userName=jenkins,password=somepassword,authType=basic -allowUntrusted=true -setParam:"IIS Web Application Name"="yoursite.com" -postSync=runCommand='msbuild C:\www\yoursite.com\deploy.xml /t:ConfigureApp',waitInterval=10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment