From 10de5f65d18604e716d27a1a496751c377daf5d1 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Fri, 12 May 2023 11:30:03 +0800 Subject: [PATCH] fix recordings (#30371) --- scripts/auto_release/PythonSdkLiveTest.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/auto_release/PythonSdkLiveTest.yml b/scripts/auto_release/PythonSdkLiveTest.yml index 918762423898..ea6160e7aacc 100644 --- a/scripts/auto_release/PythonSdkLiveTest.yml +++ b/scripts/auto_release/PythonSdkLiveTest.yml @@ -34,9 +34,6 @@ jobs: architecture: 'x64' - bash: | python scripts/dev_setup.py -p azure-core - - template: /eng/common/testproxy/test-proxy-tool.yml - - bash: | - script_path=$(pwd)/scripts/auto_release cd .. git config --global user.email "PythonSdkPipelines" git config --global user.name "PythonSdkPipelines" @@ -44,6 +41,12 @@ jobs: # clone(REPO: https://github.com/Azure/azure-sdk-for-python.git, USR_NAME: Azure, USR_TOKEN: xxxxxxxxxxxxx) mkdir azure-sdk-for-python git clone ${REPO:0:8}$(USR_NAME):$(azuresdk-github-pat)@${REPO:8} $(pwd)/azure-sdk-for-python + - template: /eng/common/testproxy/test-proxy-tool.yml + parameters: + rootFolder: ../azure-sdk-for-python + - bash: | + script_path=$(pwd)/scripts/auto_release + cd .. # prepare env if need to generate SDK code if [ "$(SPEC_README)" ]; then