Skip to content

Commit 1130087

Browse files
azure-sdkscbeddweshaggard
authored
Sync eng/common directory with azure-sdk-tools for PR 5742 (Azure#25325)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#5742 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
1 parent 93aa564 commit 1130087

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)