Add fix with MSSQL service deployment

Change-Id: Id7eae293cd38581f78f000c321c5860b20496d6e
This commit is contained in:
Sergey Murashov 2013-12-10 13:21:32 +04:00
parent 546619c2b4
commit cb98897b03

View File

@ -1,11 +1,11 @@
{
"Scripts": [
"/ImportCoreFunctions.ps1",
"/OptionParser.ps1",
"ImportCoreFunctions.ps1",
"OptionParser.ps1",
"SQLServer/SQLServerOptionParsers.ps1",
"SQLServer/SQLServerInstaller.ps1",
"SQLServer/Install-SQLServer.ps1",
"/Alter-FirewallRulesForSQL.ps1"
"Alter-FirewallRulesForSQL.ps1"
],
"Commands": [
{
@ -21,4 +21,4 @@
}
],
"RebootOnCompletion": 0
}
}