We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4640c commit 744880dCopy full SHA for 744880d
build.ps1
@@ -52,6 +52,8 @@ if ($SigningCertThumbprint) {
52
$nuget = 'tools\nuget.exe'
53
if (-not (Test-Path $nuget)) {
54
New-Item -ItemType Directory -Force -Path tools
55
+
56
+ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
57
Invoke-WebRequest -Uri https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile $nuget
58
}
59
0 commit comments