diff --git a/packages/python-packages/apiview-gpt/ci.yml b/packages/python-packages/apiview-gpt/ci.yml new file mode 100644 index 00000000000..481369c16ff --- /dev/null +++ b/packages/python-packages/apiview-gpt/ci.yml @@ -0,0 +1,17 @@ +# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. +trigger: + branches: + include: + - main + paths: + include: + - packages/python-packages/apiview-gpt + +extends: + template: /eng/pipelines/templates/stages/archetype-sdk-tool-python.yml + parameters: + PythonVersion: '3.10' + PackagePath: 'packages/python-packages/apiview-gpt' + FeedName: 'public/azure-sdk-for-python' + ArtifactName: 'apiviewcopilot' + PackageName: 'Python API View Copilot'