We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111911f commit ae10a90Copy full SHA for ae10a90
azure-pipelines/build-insertion.yml
@@ -13,7 +13,10 @@ resources:
13
tags:
14
- Real signed
15
trigger: none
16
-
+parameters:
17
+- name: VSInsertTargetBranch
18
+ type: string
19
+ default: main
20
variables:
21
ContainsVsix: true
22
@@ -73,6 +76,10 @@ extends:
73
76
AutoCompleteMergeStrategy: Squash
74
77
ShallowClone: true
75
78
InsertAutoComplete: true
79
+ ConnectedVSDropServiceName: 'VSEng-VSDrop-MI'
80
+ TargetBranch: ${{ parameters.VSInsertTargetBranch }}
81
+ env:
82
+ SYSTEM_ACCESSTOKEN: $(System.AccessToken)
83
- download: projectSystemBuild
84
artifact: symbolsToArchive
85
displayName: 🔻 Download symbolsToArchive artifact
0 commit comments