File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
2
2
3
- parameters :
4
- - name : ReleaseToDevOpsOnly
5
- displayName : ' Release package to DevOps feed instead of Nuget.org'
6
- type : boolean
7
- default : false
8
- - name : AutoApproveRelease
9
- displayName : ' Automatically approve the release stage'
10
- type : boolean
11
- default : false
12
-
13
3
trigger :
14
4
branches :
15
5
include :
41
31
- eng/common/
42
32
43
33
parameters :
34
+ - name : ReleaseToDevOpsOnly
35
+ displayName : ' Release package to DevOps feed instead of Nuget.org'
36
+ type : boolean
37
+ default : false
38
+ - name : AutoApproveRelease
39
+ displayName : ' Automatically approve the release stage'
40
+ type : boolean
41
+ default : false
44
42
# Switch to canary to test canary 1es branch. 1es template validation will set this parameter
45
43
# to canary on run.
46
44
- name : oneESTemplateTag
You can’t perform that action at this time.
0 commit comments