Merge branch 'main' into al-cheb/use-setup-ruby-logic

This commit is contained in:
Maxim Lobanov
2020-11-18 12:40:07 +03:00
committed by GitHub
44 changed files with 484 additions and 430 deletions

View File

@@ -25,8 +25,7 @@
"install_password": null,
"capture_name_prefix": "packer",
"image_version": "dev",
"image_os": "win19",
"announcements": "{{env `ANNOUNCEMENTS`}}"
"image_os": "win19"
},
"sensitive-variables": [
"install_password",
@@ -276,6 +275,9 @@
},
{
"type": "powershell",
"environment_vars": [
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
],
"scripts": [
"{{ template_dir }}/scripts/Installers/Install-VSWhere.ps1",
"{{ template_dir }}/scripts/Installers/Install-WinAppDriver.ps1",
@@ -341,8 +343,7 @@
"pwsh -File '{{user `image_folder`}}\\SoftwareReport\\SoftwareReport.Generator.ps1'"
],
"environment_vars": [
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}",
"ANNOUNCEMENTS={{user `announcements`}}"
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
]
},
{