mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
Get proxy credentials behind web proxy
This commit is contained in:
parent
6aae6ca3c0
commit
0ba3c166d7
@ -4,6 +4,10 @@ param(
|
||||
[string]$disableMetrics = "0"
|
||||
)
|
||||
|
||||
$webclient=New-Object System.Net.WebClient
|
||||
$creds=Get-Credential
|
||||
$webclient.Proxy.Credentials=$creds
|
||||
|
||||
$scriptsDir = split-path -parent $MyInvocation.MyCommand.Definition
|
||||
$vcpkgRootDir = & $scriptsDir\findFileRecursivelyUp.ps1 $scriptsDir .vcpkg-root
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user