toolset_json_path has been added to section with Install-Vsix
This commit is contained in:
@@ -182,6 +182,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
|
"environment_vars":[
|
||||||
|
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
|
||||||
|
],
|
||||||
"scripts":[
|
"scripts":[
|
||||||
"{{ template_dir }}/scripts/Installers/Install-Nuget.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-Nuget.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-Wix.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-Wix.ps1",
|
||||||
|
|||||||
@@ -189,6 +189,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
|
"environment_vars":[
|
||||||
|
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
|
||||||
|
],
|
||||||
"scripts":[
|
"scripts":[
|
||||||
"{{ template_dir }}/scripts/Installers/Install-Nuget.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-Nuget.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-Wix.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-Wix.ps1",
|
||||||
|
|||||||
Reference in New Issue
Block a user