Skip to content

Commit 34536d4

Browse files
committed
chore: fix path to beta python ccs
1 parent 834cf6d commit 34536d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,8 +937,8 @@ extends:
937937
languageSpecificSteps:
938938
- template: /.azure-pipelines/generation-templates/python.yml@self
939939
parameters:
940-
repoName: 'Agents-M365Copilot/python/packages/microsoft_agents_m365copilot_beta'
941-
baseDirectory: microsoft_agents_m365copilot_beta
940+
repoName: 'Agents-M365Copilot/python/packages'
941+
baseDirectory: microsoft_agents_m365copilot_beta/microsoft_agents_m365copilot_beta
942942
- stage: stage_ccs_typescript_beta
943943
dependsOn:
944944
- stage_build_and_publish_kiota

0 commit comments

Comments
 (0)