Skip to content

Commit

Permalink
eng, update healthdataaiservices ci.yml to separate release of dpg an…
Browse files Browse the repository at this point in the history
…d mpg (#41510)
  • Loading branch information
weidongxu-microsoft authored Aug 14, 2024
1 parent 95e2981 commit 5692279
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sdk/healthdataaiservices/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ trigger:
exclude:
- sdk/healthdataaiservices/pom.xml
- sdk/healthdataaiservices/azure-health-deidentification/pom.xml
- sdk/healthdataaiservices/azure-resourcemanager-healthdataaiservices/pom.xml

pr:
branches:
Expand All @@ -26,6 +27,17 @@ pr:
exclude:
- sdk/healthdataaiservices/pom.xml
- sdk/healthdataaiservices/azure-health-deidentification/pom.xml
- sdk/healthdataaiservices/azure-resourcemanager-healthdataaiservices/pom.xml

parameters:
- name: release_azureaihealthdataaiservices
displayName: 'azure-health-deidentification'
type: boolean
default: true
- name: release_azureresourcemanagerhealthdataaiservices
displayName: 'azure-resourcemanager-healthdataaiservices'
type: boolean
default: false

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand All @@ -35,6 +47,8 @@ extends:
- name: azure-health-deidentification
groupId: com.azure
safeName: azureaihealthdataaiservices
releaseInBatch: ${{ parameters.release_azureaihealthdataaiservices }}
- name: azure-resourcemanager-healthdataaiservices
groupId: com.azure.resourcemanager
safeName: azureresourcemanagerhealthdataaiservices
releaseInBatch: ${{ parameters.release_azureresourcemanagerhealthdataaiservices }}

0 comments on commit 5692279

Please sign in to comment.