Automatically completed pull request for release/WinGetSvc-Release-20210324.3-01, source branch is

Co-authored-by: Release bot <pmai@microsoft.com>
This commit is contained in:
wingetbot
2021-03-30 08:50:55 -07:00
committed by GitHub
parent 2c9b2856ec
commit 0f28bbc1c0
3 changed files with 8 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ jobs:
body: | body: |
{ {
"operationId": "$(Build.BuildNumber)", "operationId": "$(Build.BuildNumber)",
"BuildId": "$(Build.BuildId)",
"PlanUrl": "$(system.CollectionUri)", "PlanUrl": "$(system.CollectionUri)",
"HubName": "$(system.HostType)", "HubName": "$(system.HostType)",
"pipelineType": "CommitPipeline", "pipelineType": "CommitPipeline",
@@ -150,6 +151,7 @@ jobs:
body: | body: |
{ {
"operationId": "$(Build.BuildNumber)", "operationId": "$(Build.BuildNumber)",
"BuildId": "$(Build.BuildId)",
"PlanUrl": "$(system.CollectionUri)", "PlanUrl": "$(system.CollectionUri)",
"HubName": "$(system.HostType)", "HubName": "$(system.HostType)",
"pipelineType": "CommitPipeline", "pipelineType": "CommitPipeline",

View File

@@ -77,6 +77,7 @@ jobs:
body: | body: |
{ {
"operationId": "$(Build.BuildNumber)", "operationId": "$(Build.BuildNumber)",
"BuildId": "$(Build.BuildId)",
"PlanUrl": "$(system.CollectionUri)", "PlanUrl": "$(system.CollectionUri)",
"HubName": "$(system.HostType)", "HubName": "$(system.HostType)",
"pipelineType": "RebuildPipeline", "pipelineType": "RebuildPipeline",
@@ -92,6 +93,7 @@ jobs:
# Agent phase. Depends on previous job. # Agent phase. Depends on previous job.
- job: 'Publish' - job: 'Publish'
displayName: 'Publish' displayName: 'Publish'
timeoutInMinutes: 300
pool: pool:
vmImage: 'windows-latest' vmImage: 'windows-latest'
variables: variables:

View File

@@ -89,6 +89,7 @@ jobs:
body: | body: |
{ {
"operationId": "$(Build.BuildNumber)", "operationId": "$(Build.BuildNumber)",
"BuildId": "$(Build.BuildId)",
"PlanUrl": "$(system.CollectionUri)", "PlanUrl": "$(system.CollectionUri)",
"HubName": "$(system.HostType)", "HubName": "$(system.HostType)",
"ProjectId": "$(system.TeamProjectId)", "ProjectId": "$(system.TeamProjectId)",
@@ -109,6 +110,7 @@ jobs:
body: | body: |
{ {
"operationId": "$(Build.BuildNumber)", "operationId": "$(Build.BuildNumber)",
"BuildId": "$(Build.BuildId)",
"PlanUrl": "$(system.CollectionUri)", "PlanUrl": "$(system.CollectionUri)",
"HubName": "$(system.HostType)", "HubName": "$(system.HostType)",
"ProjectId": "$(system.TeamProjectId)", "ProjectId": "$(system.TeamProjectId)",
@@ -147,6 +149,7 @@ jobs:
{ {
"operationId": "$(Build.BuildNumber)", "operationId": "$(Build.BuildNumber)",
"PlanUrl": "$(system.CollectionUri)", "PlanUrl": "$(system.CollectionUri)",
"BuildId": "$(Build.BuildId)",
"HubName": "$(system.HostType)", "HubName": "$(system.HostType)",
"ProjectId": "$(system.TeamProjectId)", "ProjectId": "$(system.TeamProjectId)",
"PlanId": "$(system.PlanId)", "PlanId": "$(system.PlanId)",
@@ -169,6 +172,7 @@ jobs:
{ {
"operationId": "$(Build.BuildNumber)", "operationId": "$(Build.BuildNumber)",
"PlanUrl": "$(system.CollectionUri)", "PlanUrl": "$(system.CollectionUri)",
"BuildId": "$(Build.BuildId)",
"HubName": "$(system.HostType)", "HubName": "$(system.HostType)",
"ProjectId": "$(system.TeamProjectId)", "ProjectId": "$(system.TeamProjectId)",
"PlanId": "$(system.PlanId)", "PlanId": "$(system.PlanId)",