From 4a80096e71c3134eae4c36cc3cbf2d55f00fb92d Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Mon, 17 Feb 2020 14:19:30 +0300 Subject: [PATCH] swap WDK installation block --- images/win/Windows2019-Azure.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/images/win/Windows2019-Azure.json b/images/win/Windows2019-Azure.json index 46792679..cb8648a2 100644 --- a/images/win/Windows2019-Azure.json +++ b/images/win/Windows2019-Azure.json @@ -152,12 +152,6 @@ "{{ template_dir }}/scripts/Installers/Windows2019/Update-DockerImages.ps1" ] }, - { - "type": "powershell", - "scripts": [ - "{{ template_dir }}/scripts/Installers/Windows2019/Install-WDK.ps1" - ] - }, { "type": "powershell", "valid_exit_codes": [ @@ -186,6 +180,12 @@ "{{ template_dir }}/scripts/Installers/Install-NET48.ps1" ] }, + { + "type": "powershell", + "scripts": [ + "{{ template_dir }}/scripts/Installers/Windows2019/Install-WDK.ps1" + ] + }, { "type": "powershell", "scripts":[