[Windows] Refactor virtual-env image generation provisioners (#1288)

* refactor virtual-env image generation provisioners
This commit is contained in:
Dibir Magomedsaygitov
2020-07-24 18:43:19 +03:00
committed by GitHub
parent 97e1907055
commit 21165eb578
15 changed files with 149 additions and 338 deletions

View File

@@ -123,7 +123,7 @@
],
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-PowerShellModules.ps1",
"{{ template_dir }}/scripts/Installers/Windows2016/Initialize-VM.ps1"
"{{ template_dir }}/scripts/Installers/Initialize-VM.ps1"
],
"execution_policy": "unrestricted"
},
@@ -183,7 +183,7 @@
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Windows2016/Update-DockerImages.ps1"
"{{ template_dir }}/scripts/Installers/Update-DockerImages.ps1"
]
},
{
@@ -196,7 +196,7 @@
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
],
"scripts":[
"{{ template_dir }}/scripts/Installers/Windows2016/Install-VS2017.ps1"
"{{ template_dir }}/scripts/Installers/Install-VS.ps1"
],
"elevated_user": "{{user `install_user`}}",
"elevated_password": "{{user `install_password`}}"