Add signing pipeline implementation#1991
Merged
lbussell merged 20 commits intodotnet:mainfrom Mar 3, 2026
Merged
Conversation
Add Azure Pipelines templates for container image signing: - sign-images.yml job template for signing and verification steps - install-microbuild.yml step template for MicroBuild signing plugin setup - Sign stage in build-and-test.yml with conditional execution - Signing configuration in publish-config-nonprod.yml and publish-config-prod.yml - MicroBuild environment variable forwarding in init-imagebuilder.yml - Signing variables (TeamName, MicroBuildFeedSource, plugin version) - enableSigning parameter and bootstrapImageBuilder support - appsettings.json generation for signing configuration Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Require a successful Sign stage result before Publish when signing is enabled. This preserves existing publish behavior when signing is disabled.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Drop preview plugin branching and always use MicroBuildSigningPlugin@4. Remove the now-unused preview argument from the sign-images template call.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Switch MicroBuild variables to the live feed and live plugin channel now that official support is available.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Delete the broad signing environment variable dump from the sign-images job to avoid noisy and unnecessary logging.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mthalman
reviewed
Mar 2, 2026
mthalman
approved these changes
Mar 3, 2026
Member
Author
|
Validated internally: build#2917345 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1376