Add validate spript

This commit is contained in:
Vladimir Safonkin
2020-03-17 11:07:29 +03:00
parent d4ef717e85
commit ab8fb88d95
3 changed files with 84 additions and 18 deletions

View File

@@ -139,12 +139,6 @@
"{{ template_dir }}/scripts/Installers/Update-ImageData.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Windows2019/Install-Msys2.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -470,6 +464,12 @@
"{{ template_dir }}/scripts/Installers/Install-AzureModules.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Msys2.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -604,6 +604,12 @@
"{{ template_dir }}/scripts/Installers/Validate-AzureDevOpsCli.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Msys2.ps1"
]
},
{
"type": "powershell",
"environment_vars":[