add vswhere windows server 2016 (#907)

This commit is contained in:
Aleksandr Chebotov
2020-05-20 16:01:01 +03:00
committed by GitHub
parent 89f97bfbc2
commit e25d793c29

View File

@@ -454,6 +454,12 @@
"elevated_user": "{{user `install_user`}}",
"elevated_password": "{{user `install_password`}}"
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-VSWhere.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -954,6 +960,12 @@
"{{ template_dir }}/scripts/Installers/Validate-Vcpkg.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-VSWhere.ps1"
]
},
{
"type": "powershell",
"scripts":[