We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6d314d + a25b4dd commit d527258Copy full SHA for d527258
tools/BuildPackagesTask/Microsoft.Azure.Build.Tasks/GetPullRequestFileChanges.ps1
@@ -45,6 +45,7 @@ function Invoke-SafeWebRequest{
45
try
46
{
47
Write-Debug "Sending query to the server..."
48
+ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
49
$jsonResult = Invoke-WebRequest $Query -ErrorAction Stop
50
}
51
catch
@@ -120,4 +121,4 @@ PROCESS {
120
121
122
return $filesChanged
123
-}
124
+}
0 commit comments