Skip to content

Commit 2cce308

Browse files
azure-sdkscbeddweshaggard
authored
Sync eng/common directory with azure-sdk-tools for PR 5742 (Azure#35043)
* 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 6bf7b23 commit 2cce308

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)