azure-sdk-for-cpp/eng/common/scripts/trust-proxy-certificate.ps1
Azure SDK Bot ff367d641a
Sync eng/common directory with azure-sdk-tools for PR 1909 (#2757)
* add test-proxy invocations to eng/common folder

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2021-08-16 16:19:39 -07:00

6 lines
135 B
PowerShell

. $PSScriptRoot/common.ps1
if ($TestProxyTrustCertFn -and (Test-Path "Function:$TestProxyTrustCertFn"))
{
&$TestProxyTrustCertFn
}