From bbcd940dc85faad16e15e324f908e45529911822 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 10 Nov 2021 17:42:07 -0800 Subject: [PATCH] Sync eng/common directory with azure-sdk-tools for PR 2249 (#25312) * notify of running build * get rid of extraneous path setting Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> --- eng/common/testproxy/test-proxy-docker.yml | 6 +++++- eng/common/testproxy/test-proxy-tool.yml | 7 ++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/eng/common/testproxy/test-proxy-docker.yml b/eng/common/testproxy/test-proxy-docker.yml index e4e4b2c8cdb0d..8cde51a898191 100644 --- a/eng/common/testproxy/test-proxy-docker.yml +++ b/eng/common/testproxy/test-proxy-docker.yml @@ -16,4 +16,8 @@ steps: - pwsh: | docker container ls -a - displayName: Check running container \ No newline at end of file + displayName: Check running container + + - pwsh: | + Write-Host "##vso[task.setvariable variable=PROXY_MANUAL_START]true" + displayName: 'Set PROXY_MANUAL_START' diff --git a/eng/common/testproxy/test-proxy-tool.yml b/eng/common/testproxy/test-proxy-tool.yml index fad23feb53b31..ddda290cc7a68 100644 --- a/eng/common/testproxy/test-proxy-tool.yml +++ b/eng/common/testproxy/test-proxy-tool.yml @@ -6,14 +6,11 @@ steps: $(Build.SourcesDirectory)/eng/common/scripts/trust-proxy-certificate.ps1 displayName: 'Language Specific Certificate Trust' - - pwsh: | - Write-Host "##vso[task.setvariable variable=OriginalPath]$env:PATH" - displayName: 'Store Path Value' - - pwsh: | Write-Host "##vso[task.setvariable variable=ASPNETCORE_Kestrel__Certificates__Default__Path]$(Build.SourcesDirectory)/eng/common/testproxy/dotnet-devcert.pfx" Write-Host "##vso[task.setvariable variable=ASPNETCORE_Kestrel__Certificates__Default__Password]password" - displayName: 'Configure Kestrel Environment Variables' + Write-Host "##vso[task.setvariable variable=PROXY_MANUAL_START]true" + displayName: 'Configure Kestrel and PROXY_MANUAL_START Variables' - pwsh: | dotnet tool install azure.sdk.tools.testproxy `