We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b83b64d + f650a38 commit 0523722Copy full SHA for 0523722
download.build.artifacts.and.package.ps1
@@ -7,6 +7,7 @@ Set-StrictMode -Version Latest
7
$ErrorActionPreference = "Stop"
8
9
function Invoke-RestMethod-Ex($url, $downloadLocation) {
10
+ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
11
12
$irmParams = @{
13
}
0 commit comments