Skip to content

Commit 37137d0

Browse files
azure-sdkscbedd
andauthored
Sync eng/common directory with azure-sdk-tools for PR 2249 (#25264)
* notify of running build * get rid of extraneous path setting Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
1 parent e5c75ab commit 37137d0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ steps:
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'

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ steps:
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 `

0 commit comments

Comments
 (0)