forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathci.yml
58 lines (55 loc) · 1.62 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
47
48
49
50
51
52
53
54
55
56
57
58
trigger:
branches:
include:
- main
- hotfix/*
- release/*
paths:
include:
- sdk/communication/
pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/communication/
extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: communication
BuildSnippets: true
ArtifactName: packages
Artifacts:
- name: Azure.Communication.JobRouter
safeName: AzureCommunicationJobRouter
- name: Azure.Communication.CallingServer
safeName: AzureCommunicationCallingServer
- name: Azure.Communication.Chat
safeName: AzureCommunicationChat
- name: Azure.Communication.Common
safeName: AzureCommunicationCommon
- name: Azure.Communication.Email
safeName: AzureCommunicationEmail
- name: Azure.Communication.Sms
safeName: AzureCommunicationSms
- name: Azure.Communication.Rooms
safeName: AzureCommunicationRooms
- name: Azure.Communication.Identity
safeName: AzureCommunicationIdentity
- name: Azure.Communication.MediaComposition
safeName: AzureCommunicationMediaComposition
skipReleaseStage: true
- name: Azure.Communication.NetworkTraversal
safeName: AzureCommunicationNetworkTraversal
- name: Azure.Communication.PhoneNumbers
safeName: AzureCommunicationPhoneNumbers
- name: Azure.Communication.ShortCodes
safeName: AzureCommunicationShortCodes
skipReleaseStage: true
- name: Azure.Communication.AlphaIds
safeName: AzureCommunicationAlphaIds
skipReleaseStage: true