From 0b0f21043e6da2b4ee0145be9bcd65f67d987a8d Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Wed, 18 Mar 2020 09:16:21 +0300 Subject: [PATCH] Test elevated user --- images/win/Windows2019-Azure.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/images/win/Windows2019-Azure.json b/images/win/Windows2019-Azure.json index f8ebb4bc..eba725ee 100644 --- a/images/win/Windows2019-Azure.json +++ b/images/win/Windows2019-Azure.json @@ -151,6 +151,14 @@ "{{ 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", "restart_timeout": "10m" @@ -464,12 +472,6 @@ "{{ template_dir }}/scripts/Installers/Install-AzureModules.ps1" ] }, - { - "type": "powershell", - "scripts":[ - "{{ template_dir }}/scripts/Installers/Install-Msys2.ps1" - ] - }, { "type": "powershell", "scripts":[ @@ -478,8 +480,6 @@ }, { "type": "powershell", - "elevated_user": "SYSTEM", - "elevated_password": "", "scripts":[ "{{ template_dir }}/scripts/Installers/Install-TypeScript.ps1" ]