-
Notifications
You must be signed in to change notification settings - Fork 2k
/
Copy pathci.monitor.yml
42 lines (40 loc) · 1.11 KB
/
ci.monitor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
trigger:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/spring/ci.monitor.yml
- sdk/spring/spring-cloud-azure-starter-monitor/
- sdk/spring/spring-cloud-azure-starter-monitor-test/
pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/spring/ci.monitor.yml
- sdk/spring/spring-cloud-azure-starter-monitor/
- sdk/spring/spring-cloud-azure-starter-monitor-test/
extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: spring
Artifacts:
- name: spring-cloud-azure-starter-monitor
groupId: com.azure.spring
safeName: springcloudazurestartermonitor
skipPublishDocGithubIo: true
skipPublishDocMs: true
skipVerifyChangelog: true
releaseInBatch: true
AdditionalModules:
- name: spring-cloud-azure-starter-monitor-test
groupId: com.azure.spring