diff --git a/.github/pull.yml b/.github/pull.yml index 71e1e286c72..f995650de92 100644 --- a/.github/pull.yml +++ b/.github/pull.yml @@ -1,4 +1,4 @@ -version: 1 +version: "1" rules: - base: master upstream: Azure:master diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3e1ef1ccca5..ef18dd0433f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -76,7 +76,7 @@ stages: - bash: | K8S_EXTENSION_VERSION=$(ls ${EXTENSION_FILE_NAME}* | cut -d "-" -f2) echo "##vso[task.setvariable variable=K8S_EXTENSION_VERSION]$K8S_EXTENSION_VERSION" - cp * $(K8S_EXTENSION_REPO_PATH)/extensions + cp * $(K8S_EXTENSION_REPO_PATH)/bin workingDirectory: $(CLI_REPO_PATH)/dist displayName: "Copy the Built .whl to Extension Test Path"