Typo fixed.

Import of CoreFunctions also added for further logging.

Change-Id: Ie17a870ef97cfdf39203bb2a066602516c231144
This commit is contained in:
Dmitry Teselkin 2013-06-17 23:29:29 +04:00
parent 3cca757367
commit 1036bf72db

View File

@ -4,7 +4,13 @@
], ],
"Commands": [ "Commands": [
{ {
"Name": "Deploy-WebApp", "Name": "Import-Module",
"Arguments": {
"Name": "CoreFunctions"
}
},
{
"Name": "Deploy-WebAppFromGit",
"Arguments": { "Arguments": {
"URL": "$repository" "URL": "$repository"
} }