Skip to content

Commit a26cb33

Browse files
azure-sdkscbeddweshaggard
authored
Sync eng/common directory with azure-sdk-tools for PR 5742 (Azure#29494)
* 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 messag * Update eng/common/scripts/trust-proxy-certificate.ps1 Co-authored-by: Wes Haggard <[email protected]> --------- Co-authored-by: scbedd <[email protected]> Co-authored-by: Wes Haggard <[email protected]>
1 parent aaed320 commit a26cb33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/common/scripts/trust-proxy-certificate.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
if ($TestProxyTrustCertFn -and (Test-Path "Function:$TestProxyTrustCertFn"))
44
{
55
&$TestProxyTrustCertFn
6+
}
7+
else
8+
{
9+
Write-Host "No implementation of Import-Dev-Cert-<language> provided in eng/scripts/Language-Settings.ps1."
610
}

0 commit comments

Comments
 (0)