From 42b6aa68b4e6241bb1e961aa002d92a3ab96c7d3 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Thu, 15 Oct 2020 12:02:07 +0300 Subject: [PATCH] added TOOLSET_JSON_PATH --- images/win/windows2016.json | 3 +++ images/win/windows2019.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/images/win/windows2016.json b/images/win/windows2016.json index 21bcfff4..8995569e 100644 --- a/images/win/windows2016.json +++ b/images/win/windows2016.json @@ -329,6 +329,9 @@ }, { "type": "powershell", + "environment_vars": [ + "TOOLSET_JSON_PATH={{user `toolset_json_path`}}" + ], "scripts": [ "{{ template_dir }}/scripts/Installers/Install-Pipx.ps1", "{{ template_dir }}/scripts/Installers/Install-PipxPackages.ps1" diff --git a/images/win/windows2019.json b/images/win/windows2019.json index 62bf1b94..ced90aad 100644 --- a/images/win/windows2019.json +++ b/images/win/windows2019.json @@ -327,6 +327,9 @@ }, { "type": "powershell", + "environment_vars": [ + "TOOLSET_JSON_PATH={{user `toolset_json_path`}}" + ], "scripts": [ "{{ template_dir }}/scripts/Installers/Install-Pipx.ps1", "{{ template_dir }}/scripts/Installers/Install-PipxPackages.ps1"