We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c911728 commit b26bca5Copy full SHA for b26bca5
Install.ps1
@@ -71,6 +71,7 @@ else
71
}
72
73
Write-Output "Downloading archive from ReportingServiceTools GitHub..."
74
+[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
75
try
76
{
77
Invoke-WebRequest $url -OutFile $zipfile
0 commit comments