Skip to content

Commit

Permalink
update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalerichardson committed Jun 12, 2023
1 parent da52865 commit 378c5e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: '{branch}-{build}'
image: Visual Studio 2019
build: off
environment:
global:
Expand All @@ -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}, `
Expand Down

0 comments on commit 378c5e7

Please sign in to comment.