33 строки
630 B
YAML
33 строки
630 B
YAML
# DO NOT EDIT THIS FILE
|
|
# This file is generated automatically and any changes will be lost.
|
|
|
|
trigger:
|
|
branches:
|
|
include:
|
|
- main
|
|
- release/*
|
|
- hotfix/*
|
|
paths:
|
|
include:
|
|
- sdk/anomalydetector/
|
|
- eng/common/
|
|
|
|
pr:
|
|
branches:
|
|
include:
|
|
- main
|
|
- feature/*
|
|
- release/*
|
|
- hotfix/*
|
|
paths:
|
|
include:
|
|
- sdk/anomalydetector/
|
|
|
|
extends:
|
|
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
|
|
parameters:
|
|
ServiceDirectory: anomalydetector
|
|
Artifacts:
|
|
- name: azure-rest-ai-anomaly-detector
|
|
safeName: aianomalydetectorrest
|