Skip to content

Commit e0eec71

Browse files
authored
Merge pull request #2532 from microsoft/dev/lucygramley/targetBranch
Added service connection and target branch
2 parents 111911f + ae10a90 commit e0eec71

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

azure-pipelines/build-insertion.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ resources:
1313
tags:
1414
- Real signed
1515
trigger: none
16-
16+
parameters:
17+
- name: VSInsertTargetBranch
18+
type: string
19+
default: main
1720
variables:
1821
ContainsVsix: true
1922

@@ -73,6 +76,10 @@ extends:
7376
AutoCompleteMergeStrategy: Squash
7477
ShallowClone: true
7578
InsertAutoComplete: true
79+
ConnectedVSDropServiceName: 'VSEng-VSDrop-MI'
80+
TargetBranch: ${{ parameters.VSInsertTargetBranch }}
81+
env:
82+
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
7683
- download: projectSystemBuild
7784
artifact: symbolsToArchive
7885
displayName: 🔻 Download symbolsToArchive artifact

0 commit comments

Comments
 (0)