File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ # DO NOT EDIT THIS FILE
2
+ # This file is generated automatically and any changes will be lost.
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
+
14
+ trigger :
15
+ branches :
16
+ include :
17
+ - master
18
+ - hotfix/*
19
+ - release/*
20
+ paths :
21
+ include :
22
+ - sdk/tables/
23
+
24
+ pr :
25
+ branches :
26
+ include :
27
+ - master
28
+ - feature/*
29
+ - hotfix/*
30
+ - release/*
31
+ paths :
32
+ include :
33
+ - sdk/tables/
34
+
35
+ stages :
36
+ - template : ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
37
+ parameters :
38
+ ServiceDirectory : tables
39
+ ArtifactName : packages
40
+ Artifacts :
41
+ - name : Azure.Data.Tables
42
+ safeName : AzureDataTables
Original file line number Diff line number Diff line change
1
+ trigger : none
2
+
3
+ resources :
4
+ repositories :
5
+ - repository : azure-sdk-tools
6
+ type : github
7
+ name : Azure/azure-sdk-tools
8
+ endpoint : azure
9
+
10
+ jobs :
11
+ - template : ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
12
+ parameters :
13
+ ServiceDirectory : tables
You can’t perform that action at this time.
0 commit comments