From 0c87ef9fff0605c4038b577263f14f225fd5d63f Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Wed, 4 Mar 2020 17:14:02 +0300 Subject: [PATCH] move perl validation scripts for consistency --- images/win/Windows2016-Azure.json | 12 ++++++------ images/win/Windows2019-Azure.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/images/win/Windows2016-Azure.json b/images/win/Windows2016-Azure.json index 988f05c36..b427acf8e 100644 --- a/images/win/Windows2016-Azure.json +++ b/images/win/Windows2016-Azure.json @@ -619,6 +619,12 @@ "{{ template_dir }}/scripts/Installers/Validate-Python.ps1" ] }, + { + "type": "powershell", + "scripts":[ + "{{ template_dir }}/scripts/Installers/Validate-Perl.ps1" + ] + }, { "type": "powershell", "scripts":[ @@ -801,12 +807,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 1e2450d56..1db1d6a1f 100644 --- a/images/win/Windows2019-Azure.json +++ b/images/win/Windows2019-Azure.json @@ -588,6 +588,12 @@ "{{ template_dir }}/scripts/Installers/Validate-Python.ps1" ] }, + { + "type": "powershell", + "scripts":[ + "{{ template_dir }}/scripts/Installers/Validate-Perl.ps1" + ] + }, { "type": "powershell", "scripts":[ @@ -764,12 +770,6 @@ "{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1" ] }, - { - "type": "powershell", - "scripts":[ - "{{ template_dir }}/scripts/Installers/Validate-Perl.ps1" - ] - }, { "type": "powershell", "scripts":[