Add tls1.2 compatibility
This commit is contained in:
@@ -37,6 +37,9 @@ param(
|
||||
[switch]$Reboot
|
||||
)
|
||||
|
||||
# Enable TLS 1.2 needed for older windows server version
|
||||
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12;
|
||||
|
||||
# Ensure NuGet provider is available (with -Force to avoid prompts)
|
||||
$nugetProvider = Get-PackageProvider -Name NuGet -ListAvailable -ErrorAction SilentlyContinue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user