forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathci.data.yml
61 lines (57 loc) · 1.47 KB
/
ci.data.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
59
60
61
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.
resources:
repositories:
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
trigger:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/keyvault/
exclude:
- sdk/keyvault/azure-keyvault
- sdk/keyvault/mgmt-
pr:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/keyvault/
exclude:
- sdk/keyvault/azure-keyvault
- sdk/keyvault/mgmt-
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-data.yml
parameters:
ServiceDirectory: keyvault
Artifacts:
- name: azure-keyvault
groupId: com.microsoft.azure
safeName: azurekeyvault
- name: azure-keyvault-core
groupId: com.microsoft.azure
safeName: azurekeyvaultcore
- name: azure-keyvault-cryptography
groupId: com.microsoft.azure
safeName: azurekeyvaultcryptography
- name: azure-keyvault-extensions
groupId: com.microsoft.azure
safeName: azurekeyvaultextensions
- name: azure-keyvault-webkey
groupId: com.microsoft.azure
safeName: azurekeyvaultwebkey