From 0c763635c6c06d57b7d8aa40c0fe473fb6badd91 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:23:00 -0800 Subject: [PATCH] WinGetSvc-Release-20241120.2-01 (#193719) --- .../publish-pipeline.yaml | 124 +++++++------- .../rebuild-pipeline.yaml | 69 ++++---- .../rebuild-rest-pipeline.yaml | 18 +- .../validation-pipeline.yaml | 156 +++++++++--------- 4 files changed, 189 insertions(+), 178 deletions(-) diff --git a/DevOpsPipelineDefinitions/publish-pipeline.yaml b/DevOpsPipelineDefinitions/publish-pipeline.yaml index 438987abd2b..7a5c7958ec8 100644 --- a/DevOpsPipelineDefinitions/publish-pipeline.yaml +++ b/DevOpsPipelineDefinitions/publish-pipeline.yaml @@ -115,16 +115,16 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", "pipelineType": "CommitPipeline", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)" } waitForCompletion: "true" @@ -150,20 +150,20 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", "pipelineType": "CommitPipeline", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)", - "BuildRepositoryId": "$(build.repository.id)", - "CommitTablePartitionKey": "$(CommitTablePartitionKey)", - "CommitTableRowKey": "$(CommitTableRowKey)", - "SkipManifestIndexUpdate": "$(Publish.SkipManifestIndexUpdate)" + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "buildRepositoryId": "$(build.repository.id)", + "commitTablePartitionKey": "$(CommitTablePartitionKey)", + "commitTableRowKey": "$(CommitTableRowKey)", + "skipManifestIndexUpdate": "$(Publish.SkipManifestIndexUpdate)" } waitForCompletion: "true" @@ -189,16 +189,16 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", "pipelineType": "CommitPipeline", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)" } waitForCompletion: "true" @@ -227,18 +227,18 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", "pipelineType": "CommitPipeline", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)", - "BuildRepositoryId": "$(build.repository.id)", - "TaskIdentifier": "WaiverCommit" + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "buildRepositoryId": "$(build.repository.id)", + "taskIdentifier": "WaiverCommit" } waitForCompletion: "true" @@ -250,17 +250,17 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", "pipelineType": "CommitPipeline", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)", - "BuildRepositoryId": "$(build.repository.id)" + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "buildRepositoryId": "$(build.repository.id)" } waitForCompletion: "true" @@ -273,16 +273,16 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", "pipelineType": "CommitPipeline", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)", - "BuildRepositoryId": "$(build.repository.id)" + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "buildRepositoryId": "$(build.repository.id)" } waitForCompletion: "true" diff --git a/DevOpsPipelineDefinitions/rebuild-pipeline.yaml b/DevOpsPipelineDefinitions/rebuild-pipeline.yaml index 40eabaef1f9..3eb71b02860 100644 --- a/DevOpsPipelineDefinitions/rebuild-pipeline.yaml +++ b/DevOpsPipelineDefinitions/rebuild-pipeline.yaml @@ -114,16 +114,17 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", "pipelineType": "RebuildPipeline", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "buildRepositoryId": "$(build.repository.id)" } waitForCompletion: "true" @@ -149,22 +150,23 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", "pipelineType": "RebuildPipeline", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)", - "ContainerName": "$(CacheContainerName)", - "CommitTablePartitionKey": "$(CommitTablePartitionKey)", - "CommitTableRowKey": "$(CommitTableRowKey)", - "EnableContainerBackup": "$(Rebuild.EnableContainerBackup)", - "SkipManifestIndexUpdate": "$(Rebuild.SkipManifestIndexUpdate)", - "ClearContainer": "$(Rebuild.ClearContainer)", + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "buildRepositoryId": "$(build.repository.id)", + "containerName": "$(CacheContainerName)", + "commitTablePartitionKey": "$(CommitTablePartitionKey)", + "commitTableRowKey": "$(CommitTableRowKey)", + "enableContainerBackup": "$(Rebuild.EnableContainerBackup)", + "skipManifestIndexUpdate": "$(Rebuild.SkipManifestIndexUpdate)", + "clearContainer": "$(Rebuild.ClearContainer)", } waitForCompletion: "true" @@ -192,15 +194,16 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", "pipelineType": "RebuildPipeline", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)", + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "buildRepositoryId": "$(build.repository.id)" } waitForCompletion: "true" diff --git a/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml b/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml index f480043d3f9..27dec2606a0 100644 --- a/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml +++ b/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml @@ -80,15 +80,15 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", "pipelineType": "RebuildPipeline", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)" } waitForCompletion: "true" diff --git a/DevOpsPipelineDefinitions/validation-pipeline.yaml b/DevOpsPipelineDefinitions/validation-pipeline.yaml index 4c206f96f69..09241f2736d 100644 --- a/DevOpsPipelineDefinitions/validation-pipeline.yaml +++ b/DevOpsPipelineDefinitions/validation-pipeline.yaml @@ -110,6 +110,7 @@ extends: CacheStorageAccountName: $(CacheStorageAccountName) StorageManagedIdentityClientId: $(StorageManagedIdentityClientId) DIApplicationInsightKey: $(DIApplicationInsightKey) + ExecutionEnvironment: $(ExecutionEnvironment) WinGet:AppConfig:PrimaryEndpoint: $(AppConfigPrimaryEndpoint) WinGet:AppConfig:SecondaryEndpoint: $(AppConfigSecondaryEndpoint) @@ -136,15 +137,16 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "pullRequestNumber": "$(System.PullRequest.PullRequestNumber)" } waitForCompletion: "true" @@ -157,15 +159,16 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "pullRequestNumber": "$(System.PullRequest.PullRequestNumber)" } waitForCompletion: "true" @@ -178,15 +181,16 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "pullRequestNumber": "$(System.PullRequest.PullRequestNumber)" } waitForCompletion: "true" @@ -213,15 +217,16 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "pullRequestNumber": "$(System.PullRequest.PullRequestNumber)" } waitForCompletion: "true" @@ -234,15 +239,16 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "pullRequestNumber": "$(System.PullRequest.PullRequestNumber)" } waitForCompletion: "true" @@ -269,15 +275,16 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "BuildId": "$(Build.BuildId)", - "PlanUrl": "$(system.CollectionUri)", - "HubName": "$(system.HostType)", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "buildId": "$(Build.BuildId)", + "planUrl": "$(system.CollectionUri)", + "hubName": "$(system.HostType)", + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "pullRequestNumber": "$(System.PullRequest.PullRequestNumber)" } waitForCompletion: "true" @@ -309,17 +316,17 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "PlanUrl": "$(system.CollectionUri)", - "BuildId": "$(Build.BuildId)", - "HubName": "$(system.HostType)", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)", - "BuildRepositoryId": "$(RepositoryId)", - "PullRequestNumber": "$(System.PullRequest.PullRequestNumber)", + "planUrl": "$(system.CollectionUri)", + "buildId": "$(Build.BuildId)", + "hubName": "$(system.HostType)", + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "buildRepositoryId": "$(RepositoryId)", + "pullRequestNumber": "$(System.PullRequest.PullRequestNumber)" } waitForCompletion: "true" @@ -332,14 +339,15 @@ extends: body: | { "operationId": "$(Build.BuildNumber)", - "PlanUrl": "$(system.CollectionUri)", - "BuildId": "$(Build.BuildId)", - "HubName": "$(system.HostType)", - "ProjectId": "$(system.TeamProjectId)", - "PlanId": "$(system.PlanId)", - "JobId": "$(system.JobId)", - "TimelineId": "$(system.TimelineId)", - "TaskInstanceId": "$(system.TaskInstanceId)", - "AuthToken": "$(system.AccessToken)" + "planUrl": "$(system.CollectionUri)", + "buildId": "$(Build.BuildId)", + "hubName": "$(system.HostType)", + "projectId": "$(system.TeamProjectId)", + "planId": "$(system.PlanId)", + "jobId": "$(system.JobId)", + "timelineId": "$(system.TimelineId)", + "taskInstanceId": "$(system.TaskInstanceId)", + "authToken": "$(system.AccessToken)", + "pullRequestNumber": "$(System.PullRequest.PullRequestNumber)", } waitForCompletion: "true"