pull/15/head
Nikita Bykov 5 years ago
parent d1c671b745
commit 84b8c81bf5

@ -3,7 +3,7 @@
### ###
function Get-VSWhere { function Get-VSWhere {
$vswhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"; $vswhere = "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe";
if (-not (Test-Path $vswhere )) { if (-not (Test-Path $vswhere )) {
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12 [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12

Loading…
Cancel
Save