From 378c5e75849804498e48fb19806872ad829d8391 Mon Sep 17 00:00:00 2001 From: dalerichardson Date: Mon, 12 Jun 2023 07:45:34 -0600 Subject: [PATCH] update appveyor.yml --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4290700..7a275ec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,5 @@ version: '{branch}-{build}' +image: Visual Studio 2019 build: off environment: global: @@ -11,6 +12,7 @@ environment: init: - ps: echo $env:PILLAR_HOME install: + - ps: '[Net.ServicePointManager]::SecurityProtocol = "Tls12, Tls13"' - ps: | $null = ` (new-object net.webclient).DownloadFile(${env:SALT_URL}, `