File tree Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT THIS FILE
2
2
# This file is generated automatically and any changes will be lost.
3
3
4
+ resources :
5
+ repositories :
6
+ - repository : azure-sdk-tools
7
+ type : github
8
+ name : Azure/azure-sdk-tools
9
+ endpoint : azure
10
+ - repository : azure-sdk-build-tools
11
+ type : git
12
+ name : internal/azure-sdk-build-tools
13
+
4
14
trigger :
5
15
branches :
6
16
include :
7
17
- master
18
+ - feature/*
19
+ - hotfix/*
20
+ - release/*
21
+ - restapi*
8
22
paths :
9
23
include :
10
24
- sdk/eventhub/
23
37
- sdk/eventhub/
24
38
- sdk/core/
25
39
26
- resources :
27
- repositories :
28
- - repository : azure-sdk-tools
29
- type : github
30
- name : Azure/azure-sdk-tools
31
- endpoint : azure
32
-
33
- jobs :
34
- - template : ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
40
+ stages :
41
+ - template : ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
35
42
parameters :
36
- ServiceDirectory : eventhub
43
+ ServiceDirectory : eventhub
44
+ Artifacts :
45
+ - name : azure_eventhubs
46
+ safeName : azureeventhubs
47
+ - name : azure_eventhubs_checkpointstoreblob-aio
48
+ safeName : azureeventhubscheckpointstoreblobaio
You can’t perform that action at this time.
0 commit comments