This commit is contained in:
Vladimir Safonkin
2020-03-18 12:02:58 +03:00
parent 7339af8a51
commit e269c20b6a

View File

@@ -102,20 +102,6 @@
"{{ template_dir }}/scripts/Installers/Windows2019/Initialize-VM.ps1" "{{ template_dir }}/scripts/Installers/Windows2019/Initialize-VM.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Git.ps1"
]
},
{
"type": "powershell",
"elevated_user": "SYSTEM",
"elevated_password": "",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Msys2.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[
@@ -318,6 +304,12 @@
"{{ template_dir }}/scripts/Installers/Install-Perl.ps1" "{{ template_dir }}/scripts/Installers/Install-Perl.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Git.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"environment_vars": [ "environment_vars": [
@@ -472,6 +464,14 @@
"{{ template_dir }}/scripts/Installers/Install-AzureModules.ps1" "{{ template_dir }}/scripts/Installers/Install-AzureModules.ps1"
] ]
}, },
{
"type": "powershell",
"elevated_user": "SYSTEM",
"elevated_password": "",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Msys2.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[