Created
April 5, 2016 19:16
-
-
Save omar-yassin/882b4fd2b8126576b587872d700f837b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#f*ck joo | |
$deploy_args = @( | |
"-verb:sync", | |
"-source:package=$provisioning_dir/$zip_name", | |
"-dest:auto", | |
"-setParam:name='IIS Web Application Name',value='omar'" | |
) | |
$deploy = Start-Process ${msdeploy_bin} -NoNewWindow -ArgumentList $deploy_args -PassThru -Wait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment