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}, `