Skip to content

Commit 486b2b9

Browse files
scbeddazure-sdk
authored andcommitted
two leading $ signs on the definition of the certificate path was causing some issues!
1 parent ab25330 commit 486b2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/testproxy/test-proxy-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030
3131
- ${{ if eq(parameters.runProxy, 'true') }}:
3232
- pwsh: |
33-
Write-Host "##vso[task.setvariable variable=ASPNETCORE_Kestrel__Certificates__Default__Path]$${{ parameters.templateRoot }}/eng/common/testproxy/dotnet-devcert.pfx"
33+
Write-Host "##vso[task.setvariable variable=ASPNETCORE_Kestrel__Certificates__Default__Path]${{ parameters.templateRoot }}/eng/common/testproxy/dotnet-devcert.pfx"
3434
Write-Host "##vso[task.setvariable variable=ASPNETCORE_Kestrel__Certificates__Default__Password]password"
3535
Write-Host "##vso[task.setvariable variable=PROXY_MANUAL_START]true"
3636
displayName: 'Configure Kestrel and PROXY_MANUAL_START Variables'

0 commit comments

Comments
 (0)