Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save manishkungwani/a71126c15d7664429a9dea4875cd258e to your computer and use it in GitHub Desktop.
Save manishkungwani/a71126c15d7664429a9dea4875cd258e to your computer and use it in GitHub Desktop.
Deploy Web Deploy package to local IIS using msdeploy.exe
deploy_script:
- ps: $env:package_path = $artifacts.values[0].path
- '"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:package="%package_path%" -dest:auto -setParam:name="IIS Web Application Name",value="Default Web Site"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment