added TOOLSET_JSON_PATH

This commit is contained in:
Nikita Bykov
2020-10-15 12:02:07 +03:00
parent 6d7986020a
commit 42b6aa68b4
2 changed files with 6 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"