diff --git a/images/win/Windows2019-Azure.json b/images/win/Windows2019-Azure.json index 7376f98c..bdac45b5 100644 --- a/images/win/Windows2019-Azure.json +++ b/images/win/Windows2019-Azure.json @@ -110,12 +110,6 @@ "{{ template_dir }}/scripts/Installers/Update-DotnetTLS.ps1" ] }, - { - "type": "powershell", - "scripts":[ - "{{ template_dir }}/scripts/Installers/Install-RootCA.ps1" - ] - }, { "type": "windows-restart", "restart_timeout": "10m" @@ -577,6 +571,12 @@ "{{ template_dir }}/scripts/Installers/Install-Bazel.ps1" ] }, + { + "type": "powershell", + "scripts":[ + "{{ template_dir }}/scripts/Installers/Install-RootCA.ps1" + ] + }, { "type": "windows-restart", "restart_timeout": "10m"