Skip to content

Commit 2f0cd6e

Browse files
Merged PR 11164011: Make branch to get LKG compiler from configurable
## Description: + To target vpack generation to downlevel branches with differing LKG versions, make the target branch configurable in the ADO UI.
1 parent 805a803 commit 2f0cd6e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pipelines/OneBranch.WindowsUndocked.Official.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,18 @@ parameters:
3939
type: boolean
4040
displayName: Create VPack
4141
default: false
42+
- name: lkgCompilerBranch
43+
type: string
44+
displayName: Branch from which to get LKG compiler
45+
default: 'official/main'
4246
# - name: ingest
4347
# type: boolean
4448
# displayName: Create Ingest PR
4549
# default: false
4650
# - name: branch
4751
# type: string
4852
# displayName: Branch to PR to
49-
# default: official/rs_ens1_cs1
53+
# default: 'official/rs_ens1_cs1'
5054
# - name: title
5155
# type: string
5256
# displayName: PR Title
@@ -87,6 +91,7 @@ extends:
8791
description: 'SymCrypt cryptographic library'
8892
8993
sign: true
94+
lkgCompilerBranch: ${{ parameters.lkgCompilerBranch }}
9095
# Windows ingestion args
9196
# ingest: ${{ parameters.ingest }}
9297
# osPath: 'onecore/ds/security/symcrypt'

0 commit comments

Comments
 (0)