36 строки
659 B
YAML
36 строки
659 B
YAML
# DO NOT EDIT THIS FILE
|
|
# This file is generated automatically and any changes will be lost.
|
|
|
|
trigger:
|
|
branches:
|
|
include:
|
|
- main
|
|
- hotfix/*
|
|
- release/*
|
|
- restapi*
|
|
paths:
|
|
include:
|
|
- sdk/healthinsights/
|
|
|
|
pr:
|
|
branches:
|
|
include:
|
|
- main
|
|
- feature/*
|
|
- hotfix/*
|
|
- release/*
|
|
- restapi*
|
|
paths:
|
|
include:
|
|
- sdk/healthinsights/
|
|
|
|
extends:
|
|
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
|
|
parameters:
|
|
ServiceDirectory: healthinsights
|
|
TestProxy: true
|
|
Artifacts:
|
|
|
|
- name: azure-healthinsights-radiologyinsights
|
|
safeName: azurehealthinsightsradiologyinsights
|