Add msys2 installation and validation (#632)

This commit is contained in:
Vladimir Safonkin
2020-05-12 12:50:42 +03:00
committed by Mikhail Timofeev
parent 05c180a521
commit 16ef4ef8d1
4 changed files with 177 additions and 0 deletions

View File

@@ -521,6 +521,14 @@
"{{ template_dir }}/scripts/Installers/Install-AzureModules.ps1"
]
},
{
"type": "powershell",
"elevated_user": "SYSTEM",
"elevated_password": "",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Msys2.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -648,6 +656,12 @@
"{{ template_dir }}/scripts/Installers/Validate-AzureDevOpsCli.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Msys2.ps1"
]
},
{
"type": "powershell",
"environment_vars":[