From 34536d45477306862a8b20c8972daab439dd76dc Mon Sep 17 00:00:00 2001 From: "Michael Mainer (from Dev Box)" <8527305+MIchaelMainer@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:56:22 -0700 Subject: [PATCH] chore: fix path to beta python ccs --- .azure-pipelines/generation-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/generation-pipeline.yml b/.azure-pipelines/generation-pipeline.yml index 45ca878b2..0d396af41 100644 --- a/.azure-pipelines/generation-pipeline.yml +++ b/.azure-pipelines/generation-pipeline.yml @@ -937,8 +937,8 @@ extends: languageSpecificSteps: - template: /.azure-pipelines/generation-templates/python.yml@self parameters: - repoName: 'Agents-M365Copilot/python/packages/microsoft_agents_m365copilot_beta' - baseDirectory: microsoft_agents_m365copilot_beta + repoName: 'Agents-M365Copilot/python/packages' + baseDirectory: microsoft_agents_m365copilot_beta/microsoft_agents_m365copilot_beta - stage: stage_ccs_typescript_beta dependsOn: - stage_build_and_publish_kiota