diff --git a/images/win/Windows2016-Azure.json b/images/win/Windows2016-Azure.json index c1db38b6d..6f749dbed 100644 --- a/images/win/Windows2016-Azure.json +++ b/images/win/Windows2016-Azure.json @@ -316,6 +316,12 @@ "{{ template_dir }}/scripts/Installers/Windows2016/Install-Python.ps1" ] }, + { + "type": "powershell", + "scripts":[ + "{{ template_dir }}/scripts/Installers/Install-Perl.ps1" + ] + }, { "type": "powershell", "scripts":[ @@ -534,12 +540,6 @@ "{{ template_dir }}/scripts/Installers/Install-InnoSetup.ps1" ] }, - { - "type": "powershell", - "scripts":[ - "{{ template_dir }}/scripts/Installers/Install-Perl.ps1" - ] - }, { "type": "powershell", "scripts":[ @@ -625,6 +625,12 @@ "{{ template_dir }}/scripts/Installers/Validate-Python.ps1" ] }, + { + "type": "powershell", + "scripts":[ + "{{ template_dir }}/scripts/Installers/Validate-Perl.ps1" + ] + }, { "type": "powershell", "scripts":[ @@ -819,12 +825,6 @@ "{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1" ] }, - { - "type": "powershell", - "scripts":[ - "{{ template_dir }}/scripts/Installers/Validate-Perl.ps1" - ] - }, { "type": "powershell", "scripts":[ diff --git a/images/win/Windows2019-Azure.json b/images/win/Windows2019-Azure.json index 4bf69c257..c1dc9252d 100644 --- a/images/win/Windows2019-Azure.json +++ b/images/win/Windows2019-Azure.json @@ -279,6 +279,12 @@ "{{ template_dir }}/scripts/Installers/Windows2019/Install-Python.ps1" ] }, + { + "type": "powershell", + "scripts":[ + "{{ template_dir }}/scripts/Installers/Install-Perl.ps1" + ] + }, { "type": "powershell", "scripts":[ @@ -497,12 +503,6 @@ "{{ template_dir }}/scripts/Installers/Install-InnoSetup.ps1" ] }, - { - "type": "powershell", - "scripts":[ - "{{ template_dir }}/scripts/Installers/Install-Perl.ps1" - ] - }, { "type": "powershell", "scripts":[ @@ -594,6 +594,12 @@ "{{ template_dir }}/scripts/Installers/Validate-Python.ps1" ] }, + { + "type": "powershell", + "scripts":[ + "{{ template_dir }}/scripts/Installers/Validate-Perl.ps1" + ] + }, { "type": "powershell", "scripts":[ @@ -776,12 +782,6 @@ "{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1" ] }, - { - "type": "powershell", - "scripts":[ - "{{ template_dir }}/scripts/Installers/Validate-Perl.ps1" - ] - }, { "type": "powershell", "scripts":[