Skip to content

Commit

Permalink
Add ci.yml and pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
leareai committed May 15, 2024
1 parent a477df4 commit 550b46c
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions sdk/vision/azure-ai-vision-face/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
branches:
include:
- main
- hotfix/*
- release/*
paths:
include:
- sdk/vision/azure-ai-vision-face/ci.yml
- sdk/vision/azure-ai-vision-face/
exclude:
- sdk/vision/pom.xml
- sdk/vision/azure-ai-vision-face/pom.xml

pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/vision/azure-ai-vision-face/ci.yml
- sdk/vision/azure-ai-vision-face/
exclude:
- sdk/vision/pom.xml
- sdk/vision/azure-ai-vision-face/pom.xml

parameters:
- name: release_azureaivisionface
displayName: azure-ai-vision-face
type: boolean
default: true

extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: vision
EnableBatchRelease: true
Artifacts:
- name: azure-ai-vision-face
groupId: com.azure
safeName: azureaivisionface
releaseInBatch: ${{ parameters.release_azureaivisionface }}

0 comments on commit 550b46c

Please sign in to comment.