Skip to content

Commit

Permalink
eng, healthinsights, config batch release (#42328)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Oct 14, 2024
1 parent 1f8e611 commit fe33e74
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sdk/healthinsights/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ pr:
- sdk/healthinsights/azure-health-insights-clinicalmatching/pom.xml
- sdk/healthinsights/azure-health-insights-radiologyinsights/pom.xml

parameters:
- name: release_azurehealthinsightsclinicalmatching
displayName: 'azure-health-insights-clinicalmatching'
type: boolean
default: true
- name: release_azurehealthinsightscancerprofiling
displayName: 'azure-health-insights-cancerprofiling'
type: boolean
default: true
- name: release_azurehealthinsightsradiologyinsights
displayName: 'azure-health-insights-radiologyinsights'
type: boolean
default: true

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
Expand All @@ -39,9 +53,12 @@ extends:
- name: azure-health-insights-clinicalmatching
groupId: com.azure
safeName: azurehealthinsightsclinicalmatching
releaseInBatch: ${{ parameters.release_azurehealthinsightsclinicalmatching }}
- name: azure-health-insights-cancerprofiling
groupId: com.azure
safeName: azurehealthinsightscancerprofiling
releaseInBatch: ${{ parameters.release_azurehealthinsightscancerprofiling }}
- name: azure-health-insights-radiologyinsights
groupId: com.azure
safeName: azurehealthinsightsradiologyinsights
releaseInBatch: ${{ parameters.release_azurehealthinsightsradiologyinsights }}

0 comments on commit fe33e74

Please sign in to comment.