toolset_json_path has been added to section with Install-Vsix

This commit is contained in:
Andrey Mishechkin (GITHUB INC)
2020-09-15 12:22:05 +04:00
parent 1df53d8a67
commit 8a03bd9376
2 changed files with 6 additions and 0 deletions

View File

@@ -182,6 +182,9 @@
},
{
"type": "powershell",
"environment_vars":[
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
],
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Nuget.ps1",
"{{ template_dir }}/scripts/Installers/Install-Wix.ps1",

View File

@@ -189,6 +189,9 @@
},
{
"type": "powershell",
"environment_vars":[
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
],
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Nuget.ps1",
"{{ template_dir }}/scripts/Installers/Install-Wix.ps1",