Skip to content

Commit d6be5cf

Browse files
authored
Merge pull request 435 from trevors20/dev/trevors/microbuild/updateinsert251110
Add the VSDrop service connection to the insert vs payload
1 parent 17d786e commit d6be5cf

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

azure-pipelines/OptProf.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ stages:
9797
TeamEmail: $(TeamEmail)
9898
SkipCreatePR: true
9999
CustomScriptExecutionCommand: src\VSSDK\NuGet\AllowUnstablePackages.ps1
100+
${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
101+
ConnectedVSDropServiceName: 'VSEng-VSDrop-MI'
102+
env:
103+
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
100104
- task: benjhuser.tfs-extensions-build-tasks.trigger-build-task.TriggerBuild@3
101105
displayName: Trigger a new build of DD-CB-TestSignVS-devCI
102106
inputs:

azure-pipelines/vs-insertion.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ extends:
6969
AutoCompletePR: true
7070
AutoCompleteMergeStrategy: Squash
7171
ShallowClone: true
72+
${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
73+
ConnectedVSDropServiceName: 'VSEng-VSDrop-MI'
74+
env:
75+
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
76+
7277
- powershell: |
7378
$contentType = 'application/json';
7479
$headers = @{ Authorization = 'Bearer $(System.AccessToken)' };

azure-pipelines/vs-validation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ extends:
111111
DraftPR: false # set to true and update InsertionBuildPolicy when we can specify all the validations we want to run (https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2224288)
112112
AutoCompletePR: false
113113
ShallowClone: true
114+
${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
115+
ConnectedVSDropServiceName: 'VSEng-VSDrop-MI'
116+
env:
117+
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
114118
- powershell: |
115119
$insertionPRId = azure-pipelines/Get-InsertionPRId.ps1
116120
$Markdown = @"

0 commit comments

Comments
 (0)