TOOLSET_JSON_PATH Update-DockerImages.ps1"

This commit is contained in:
Aleksandr Chebotov
2020-10-02 11:37:55 +03:00
parent 0cd68997b6
commit 64b2205f5c
2 changed files with 2 additions and 12 deletions

View File

@@ -160,12 +160,6 @@
"type": "windows-restart",
"restart_timeout": "30m"
},
{
"type": "powershell",
"scripts": [
"{{ template_dir }}/scripts/Installers/Update-DockerImages.ps1"
]
},
{
"type": "powershell",
"valid_exit_codes": [
@@ -176,6 +170,7 @@
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
],
"scripts": [
"{{ template_dir }}/scripts/Installers/Update-DockerImages.ps1",
"{{ template_dir }}/scripts/Installers/Install-VS.ps1",
"{{ template_dir }}/scripts/Installers/Install-NET48.ps1",
"{{ template_dir }}/scripts/Installers/Windows2016/Install-SSDT.ps1"

View File

@@ -168,12 +168,6 @@
"type": "windows-restart",
"restart_timeout": "10m"
},
{
"type": "powershell",
"scripts": [
"{{ template_dir }}/scripts/Installers/Update-DockerImages.ps1"
]
},
{
"type": "powershell",
"valid_exit_codes": [
@@ -184,6 +178,7 @@
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
],
"scripts": [
"{{ template_dir }}/scripts/Installers/Update-DockerImages.ps1",
"{{ template_dir }}/scripts/Installers/Install-VS.ps1",
"{{ template_dir }}/scripts/Installers/Install-NET48.ps1"
],