changed validation in 2016

This commit is contained in:
Dariy.Nurgaleev
2020-03-19 01:21:50 +07:00
parent 81872a6a71
commit 89b21c8693
2 changed files with 12 additions and 12 deletions

View File

@@ -296,12 +296,6 @@
"{{ template_dir }}/scripts/Installers/Install-Bazel.ps1" "{{ template_dir }}/scripts/Installers/Install-Bazel.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-SQLExpress.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[
@@ -732,6 +726,12 @@
"{{ template_dir }}/scripts/Installers/Validate-Bazel.ps1" "{{ template_dir }}/scripts/Installers/Validate-Bazel.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-SQLExpress.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[

View File

@@ -582,12 +582,6 @@
"type": "windows-restart", "type": "windows-restart",
"restart_timeout": "10m" "restart_timeout": "10m"
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-SQLExpress.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[
@@ -743,6 +737,12 @@
"{{ template_dir }}/scripts/Installers/Validate-MysqlCli.ps1" "{{ template_dir }}/scripts/Installers/Validate-MysqlCli.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-SQLExpress.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[