File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1616
1717 - pwsh : |
1818 docker container ls -a
19- displayName: Check running container
19+ displayName: Check running container
20+
21+ - pwsh : |
22+ Write-Host "##vso[task.setvariable variable=PROXY_MANUAL_START]true"
23+ displayName: 'Set PROXY_MANUAL_START'
Original file line number Diff line number Diff line change 66 $(Build.SourcesDirectory)/eng/common/scripts/trust-proxy-certificate.ps1
77 displayName: 'Language Specific Certificate Trust'
88
9- - pwsh : |
10- Write-Host "##vso[task.setvariable variable=OriginalPath]$env:PATH"
11- displayName: 'Store Path Value'
12-
139 - pwsh : |
1410 Write-Host "##vso[task.setvariable variable=ASPNETCORE_Kestrel__Certificates__Default__Path]$(Build.SourcesDirectory)/eng/common/testproxy/dotnet-devcert.pfx"
1511 Write-Host "##vso[task.setvariable variable=ASPNETCORE_Kestrel__Certificates__Default__Password]password"
16- displayName: 'Configure Kestrel Environment Variables'
12+ Write-Host "##vso[task.setvariable variable=PROXY_MANUAL_START]true"
13+ displayName: 'Configure Kestrel and PROXY_MANUAL_START Variables'
1714
1815 - pwsh : |
1916 dotnet tool install azure.sdk.tools.testproxy `
You can’t perform that action at this time.
0 commit comments