Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 56fac35

Browse files
committed
d
1 parent 099d972 commit 56fac35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ build_script:
9393
}
9494
}
9595
}
96-
[System.Net.ServicePointManager]::SecurityProtocol = 3072 -bor 768 -bor [System.Net.SecurityProtocolType]::Tls -bor [System.Net.SecurityProtocolType]::Ssl3
96+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
9797
./update_all.ps1 -ForcedPackages $forced
9898
7z a au_temp.zip $Env:TEMP\chocolatey\au\*
9999

0 commit comments

Comments
 (0)