* add test-proxy invocations to eng/common folder Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
6 lines
135 B
PowerShell
6 lines
135 B
PowerShell
. $PSScriptRoot/common.ps1
|
|
|
|
if ($TestProxyTrustCertFn -and (Test-Path "Function:$TestProxyTrustCertFn"))
|
|
{
|
|
&$TestProxyTrustCertFn
|
|
} |