forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ci.yml
46 lines (43 loc) · 1.21 KB
/
ci.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
43
44
45
46
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
trigger:
branches:
include:
- main
- hotfix/*
- release/*
paths:
include:
- sdk/monitor/ci.yml
- sdk/monitor/azure-monitor-opentelemetry-exporter/
- sdk/monitor/azure-monitor-query/
exclude:
- sdk/monitor/pom.xml
- sdk/monitor/azure-monitor-opentelemetry-exporter/pom.xml
- sdk/monitor/azure-monitor-query/pom.xml
pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/monitor/ci.yml
- sdk/monitor/azure-monitor-opentelemetry-exporter/
- sdk/monitor/azure-monitor-query/
exclude:
- sdk/monitor/pom.xml
- sdk/monitor/azure-monitor-opentelemetry-exporter/pom.xml
- sdk/monitor/azure-monitor-query/pom.xml
extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: monitor
Artifacts:
- name: azure-monitor-opentelemetry-exporter
groupId: com.azure
safeName: azuremonitoropentelemetryexporter
- name: azure-monitor-query
groupId: com.azure
safeName: azuremonitorquery