Skip to content

Commit 78d82a0

Browse files
Sync eng/common directory with azure-sdk-tools for PR 5742 (Azure#20445)
* 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 <[email protected]>
1 parent d732f7c commit 78d82a0

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)