Merge pull request #568 from Darleev/v-danurg/install_sql_express

Add Microsoft SQL Server Express to Windows VMs
This commit is contained in:
Alena Sviridenko
2020-03-30 12:52:20 +03:00
committed by GitHub
6 changed files with 201 additions and 30 deletions

View File

@@ -469,6 +469,14 @@
"{{ template_dir }}/scripts/Installers/Install-MysqlCli.ps1"
]
},
{
"type": "powershell",
"elevated_user": "SYSTEM",
"elevated_password": "",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-SQLExpress.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -730,6 +738,12 @@
"{{ template_dir }}/scripts/Installers/Validate-Bazel.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-SQLExpress.ps1"
]
},
{
"type": "powershell",
"scripts":[