We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab25330 commit 486b2b9Copy full SHA for 486b2b9
eng/common/testproxy/test-proxy-tool.yml
@@ -30,7 +30,7 @@ steps:
30
31
- ${{ if eq(parameters.runProxy, 'true') }}:
32
- pwsh: |
33
- Write-Host "##vso[task.setvariable variable=ASPNETCORE_Kestrel__Certificates__Default__Path]$${{ parameters.templateRoot }}/eng/common/testproxy/dotnet-devcert.pfx"
+ Write-Host "##vso[task.setvariable variable=ASPNETCORE_Kestrel__Certificates__Default__Path]${{ parameters.templateRoot }}/eng/common/testproxy/dotnet-devcert.pfx"
34
Write-Host "##vso[task.setvariable variable=ASPNETCORE_Kestrel__Certificates__Default__Password]password"
35
Write-Host "##vso[task.setvariable variable=PROXY_MANUAL_START]true"
36
displayName: 'Configure Kestrel and PROXY_MANUAL_START Variables'
0 commit comments