Sync eng/common directory with azure-sdk-tools for PR 5742 (#4465)
* add some default output to see about minimizing any occurrence of the task failing for no reason. perhaps having some output will allow devops to have an easier time with the invocation * update message * Update eng/common/scripts/trust-proxy-certificate.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
This commit is contained in:
parent
c457e91373
commit
bd98ee06ec
@ -3,4 +3,8 @@
|
||||
if ($TestProxyTrustCertFn -and (Test-Path "Function:$TestProxyTrustCertFn"))
|
||||
{
|
||||
&$TestProxyTrustCertFn
|
||||
}
|
||||
else
|
||||
{
|
||||
Write-Host "No implementation of Import-Dev-Cert-<language> provided in eng/scripts/Language-Settings.ps1."
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user