Skip to content

Commit 48affcc

Browse files
author
David Kline
committed
add params
1 parent dcd1499 commit 48affcc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pipelines/packageupmpublic.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
variables:
44
- template: config/settings.yml
55

6+
parameters:
7+
- name: IsPreview
8+
type: boolean
9+
default: false
10+
- name: BuildNumber
11+
type: int
12+
default: 0
13+
614
jobs:
715
- job: UPMPublicRelease
816
timeoutInMinutes: 30

0 commit comments

Comments
 (0)