Skip to content

Commit eb2092f

Browse files
committed
We needed a dropdown?
1 parent b525166 commit eb2092f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CI/Azure-DevOps/AZ_MainPipeline.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ parameters: # TODO, these don't work for scheduled pipelines, not even the defau
2424
- name: SQL2019
2525
SQLVersionEdition: 2019
2626
- name: VMPriority
27-
displayName: VM Priority (Low, Regular, Spot)
27+
displayName: VM Priority
2828
type: string
2929
default: Spot
30+
values:
31+
- Spot
32+
- Regular
33+
- Low
3034

3135
variables:
3236
- name: ArtifactBranchName

0 commit comments

Comments
 (0)