From 65cbf84d00140dbd0a45fd3756631b2e9e9d4f4d Mon Sep 17 00:00:00 2001 From: Michael Mainer <8527305+MIchaelMainer@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:00:51 -0700 Subject: [PATCH] chore: update Python copilot agent library generation dir --- .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 efcdccd45..45ca878b2 100644 --- a/.azure-pipelines/generation-pipeline.yml +++ b/.azure-pipelines/generation-pipeline.yml @@ -937,7 +937,7 @@ extends: languageSpecificSteps: - template: /.azure-pipelines/generation-templates/python.yml@self parameters: - repoName: 'Agents-M365Copilot/python/packages' + repoName: 'Agents-M365Copilot/python/packages/microsoft_agents_m365copilot_beta' baseDirectory: microsoft_agents_m365copilot_beta - stage: stage_ccs_typescript_beta dependsOn: @@ -981,4 +981,4 @@ extends: - template: /.azure-pipelines/generation-templates/ccs-typescript-sdk.yml@self parameters: repoName: 'Agents-M365Copilot/typescript' - packageName: '@microsoft/agents-m365copilot-beta' \ No newline at end of file + packageName: '@microsoft/agents-m365copilot-beta'