Test elevated user

This commit is contained in:
Vladimir Safonkin
2020-03-18 09:16:21 +03:00
parent 8583664d46
commit 0b0f21043e

View File

@@ -151,6 +151,14 @@
"{{ template_dir }}/scripts/Installers/Install-PowershellCore.ps1" "{{ template_dir }}/scripts/Installers/Install-PowershellCore.ps1"
] ]
}, },
{
"type": "powershell",
"elevated_user": "SYSTEM",
"elevated_password": "",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Msys2.ps1"
]
},
{ {
"type": "windows-restart", "type": "windows-restart",
"restart_timeout": "10m" "restart_timeout": "10m"
@@ -464,12 +472,6 @@
"{{ template_dir }}/scripts/Installers/Install-AzureModules.ps1" "{{ template_dir }}/scripts/Installers/Install-AzureModules.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Msys2.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[
@@ -478,8 +480,6 @@
}, },
{ {
"type": "powershell", "type": "powershell",
"elevated_user": "SYSTEM",
"elevated_password": "",
"scripts":[ "scripts":[
"{{ template_dir }}/scripts/Installers/Install-TypeScript.ps1" "{{ template_dir }}/scripts/Installers/Install-TypeScript.ps1"
] ]