Skip to content

Commit 05ed9c3

Browse files
authored
Update ci.yml
1 parent 3277cd3 commit 05ed9c3

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

sdk/template/ci.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
22

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-
133
trigger:
144
branches:
155
include:
@@ -41,6 +31,14 @@ pr:
4131
- eng/common/
4232

4333
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
4442
# Switch to canary to test canary 1es branch. 1es template validation will set this parameter
4543
# to canary on run.
4644
- name: oneESTemplateTag

0 commit comments

Comments
 (0)