Skip to content

Commit

Permalink
add pipeline for api view copilot (#6915)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored Sep 7, 2023
1 parent 115d6ab commit b246d62
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/python-packages/apiview-gpt/ci.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit b246d62

Please sign in to comment.