mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-30 21:38:26 +08:00
toolset_json_path has been added to section with Install-Vsix
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user