Skip to content

Commit

Permalink
Merge pull request #1 from Microsoft/master
Browse files Browse the repository at this point in the history
Updating the master branch
  • Loading branch information
ironicnet committed Aug 24, 2016
2 parents 5a8e628 + c88b3f9 commit 5440fda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -100,7 +100,7 @@ function Does-BindingExists
Write-Verbose "Checking binding exists for website (`"$siteName`"). Running command : $command"

$sites = Run-Command -command $command -failOnErr $false
$binding = [string]::Format("{0}/{1}:{2}:{3}", $protocol, $ipAddress, $port, $hostname)
$binding = [string]::Format("{0}/{1}:{2}:{3},", $protocol, $ipAddress, $port, $hostname)

$isBindingExists = $false

Expand Down Expand Up @@ -511,4 +511,4 @@ function Execute-Main
}
Run-AdditionalCommands -additionalCommands $AppCmdCommands
Write-Verbose "Exiting Execute-Main function"
}
}
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -9,5 +9,6 @@ Extension that lets you deploy web application to IIS. [More info](Extensions/II
## How to Build

- Ensure you have installed the node.js
- npm install
- gulp build
- gulp test

0 comments on commit 5440fda

Please sign in to comment.