Skip to content

Commit

Permalink
WinGetSvc-Release-20241202.1-01 (microsoft#196261)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingetbot authored Dec 4, 2024
1 parent 1491ec4 commit c962a3f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
5 changes: 3 additions & 2 deletions DevOpsPipelineDefinitions/publish-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,14 @@ extends:
"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)"
"authToken": "$(system.AccessToken)",
"repository": "$(build.repository.id)",
"pipelineType": "CommitPipeline",
}
waitForCompletion: "true"

Expand Down
12 changes: 6 additions & 6 deletions DevOpsPipelineDefinitions/rebuild-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ extends:
"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)",
"buildRepositoryId": "$(build.repository.id)"
"repository": "$(build.repository.id)",
"pipelineType": "RebuildPipeline",
}
waitForCompletion: "true"

Expand Down Expand Up @@ -153,14 +153,14 @@ extends:
"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)",
"buildRepositoryId": "$(build.repository.id)",
"repository": "$(build.repository.id)",
"pipelineType": "RebuildPipeline",
"containerName": "$(CacheContainerName)",
"commitTablePartitionKey": "$(CommitTablePartitionKey)",
"commitTableRowKey": "$(CommitTableRowKey)",
Expand Down Expand Up @@ -197,13 +197,13 @@ extends:
"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)",
"buildRepositoryId": "$(build.repository.id)"
"repository": "$(build.repository.id)",
"pipelineType": "RebuildPipeline",
}
waitForCompletion: "true"
22 changes: 18 additions & 4 deletions DevOpsPipelineDefinitions/validation-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ extends:
"timelineId": "$(system.TimelineId)",
"taskInstanceId": "$(system.TaskInstanceId)",
"authToken": "$(system.AccessToken)",
"repository": "$(build.repository.id)",
"pipelineType": "ValidationPipeline",
"pullRequestNumber": "$(System.PullRequest.PullRequestNumber)"
}
waitForCompletion: "true"
Expand All @@ -168,6 +170,8 @@ extends:
"timelineId": "$(system.TimelineId)",
"taskInstanceId": "$(system.TaskInstanceId)",
"authToken": "$(system.AccessToken)",
"repository": "$(build.repository.id)",
"pipelineType": "ValidationPipeline",
"pullRequestNumber": "$(System.PullRequest.PullRequestNumber)"
}
waitForCompletion: "true"
Expand All @@ -190,6 +194,8 @@ extends:
"timelineId": "$(system.TimelineId)",
"taskInstanceId": "$(system.TaskInstanceId)",
"authToken": "$(system.AccessToken)",
"repository": "$(build.repository.id)",
"pipelineType": "ValidationPipeline",
"pullRequestNumber": "$(System.PullRequest.PullRequestNumber)"
}
waitForCompletion: "true"
Expand Down Expand Up @@ -226,6 +232,8 @@ extends:
"timelineId": "$(system.TimelineId)",
"taskInstanceId": "$(system.TaskInstanceId)",
"authToken": "$(system.AccessToken)",
"repository": "$(build.repository.id)",
"pipelineType": "ValidationPipeline",
"pullRequestNumber": "$(System.PullRequest.PullRequestNumber)"
}
waitForCompletion: "true"
Expand All @@ -248,6 +256,8 @@ extends:
"timelineId": "$(system.TimelineId)",
"taskInstanceId": "$(system.TaskInstanceId)",
"authToken": "$(system.AccessToken)",
"repository": "$(build.repository.id)",
"pipelineType": "ValidationPipeline",
"pullRequestNumber": "$(System.PullRequest.PullRequestNumber)"
}
waitForCompletion: "true"
Expand Down Expand Up @@ -284,6 +294,8 @@ extends:
"timelineId": "$(system.TimelineId)",
"taskInstanceId": "$(system.TaskInstanceId)",
"authToken": "$(system.AccessToken)",
"repository": "$(build.repository.id)",
"pipelineType": "ValidationPipeline",
"pullRequestNumber": "$(System.PullRequest.PullRequestNumber)"
}
waitForCompletion: "true"
Expand All @@ -302,7 +314,6 @@ extends:
HostKeySecret: $[ dependencies.FileValidation.outputs['wingetsetup.hostkey']]
LabelKeySecret : $[ dependencies.FileValidation.outputs['wingetsetup.labelkey']]
LabelEndpointSecret: $[ dependencies.FileValidation.outputs['wingetsetup.labelEndpoint']]
RepositoryId: $[ dependencies.FileValidation.outputs['wingetsetup.repoId']]
CleanupEndpointSecret: $[ dependencies.filevalidation.outputs['wingetsetup.cleanupEndpoint']]
steps:

Expand All @@ -316,16 +327,17 @@ extends:
body: |
{
"operationId": "$(Build.BuildNumber)",
"planUrl": "$(system.CollectionUri)",
"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)",
"buildRepositoryId": "$(RepositoryId)",
"repository": "$(build.repository.id)",
"pipelineType": "ValidationPipeline",
"pullRequestNumber": "$(System.PullRequest.PullRequestNumber)"
}
waitForCompletion: "true"
Expand All @@ -339,15 +351,17 @@ extends:
body: |
{
"operationId": "$(Build.BuildNumber)",
"planUrl": "$(system.CollectionUri)",
"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)",
"repository": "$(build.repository.id)",
"pipelineType": "ValidationPipeline",
"pullRequestNumber": "$(System.PullRequest.PullRequestNumber)",
}
waitForCompletion: "true"

0 comments on commit c962a3f

Please sign in to comment.