Skip to content

Document pipeline finalization boundaries - #1587

Draft
Adam Ratzman (adamint) wants to merge 1 commit into
mainfrom
adamint-pipeline-finalization-docs
Draft

Document pipeline finalization boundaries#1587
Adam Ratzman (adamint) wants to merge 1 commit into
mainfrom
adamint-pipeline-finalization-docs

Conversation

@adamint

@adamint Adam Ratzman (adamint) commented Aug 26, 2026

Copy link
Copy Markdown
Member

Runtime API dependency: microsoft/aspire#19720

Summary

  • Document the final publish and deploy command aggregates and their finalization barriers.

  • Show ordinary work attaching to PublishFinalize or DeployFinalize, and post-finalize hooks depending on the barrier while remaining required by the final aggregate.

  • Preserve legacy direct aggregate attachments as a compatible parallel branch and correct the pipeline examples and prerequisite names.\n\n## Third-party links and affiliations\n\nNone.\n\n## Validation

  • pnpm --dir ./src/frontend exec prettier --check src/content/docs/deployment/pipelines.mdx — passed.

  • pnpm --dir ./src/frontend lint — passed.

  • pnpm --dir ./src/frontend build:skip-search — passed; 14,707 pages built and all internal links validated.

  • Rendered /deployment/pipelines/ locally — finalization heading and graph labels present, Mermaid rendered to SVG, updated examples present, and zero browser console errors or warnings.

  • git diff --check — passed.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 20cc6074-b13b-498c-b22d-112e5b0daeb7

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the deployment pipelines documentation to describe the final publish/deploy aggregates as command-completion points and introduces explicit finalization barriers (PublishFinalize / DeployFinalize) for ordering “normal work” vs. post-finalize hooks.

Changes:

  • Reframes WellKnownPipelineSteps.Publish / Deploy as the final command-completion aggregates and corrects prerequisite step names (DeployPrereq, PublishPrereq).
  • Documents new finalization barriers (PublishFinalize, DeployFinalize) including a Mermaid diagram and guidance for attaching work vs. post-finalize hooks.
  • Updates C# and TypeScript examples to use the finalization pattern where appropriate.
Show a summary per file
File Description
src/frontend/src/content/docs/deployment/pipelines.mdx Documents publish/deploy finalization barriers and updates step names/examples to match the finalized pipeline model.

Review details

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

@aspire-repo-bot

Copy link
Copy Markdown
Contributor

Frontend HTML artifact ready

The latest frontend build uploaded the frontend-dist artifact for PR #1587. Use the VS Code button below to open this PR with GitHub Artifacts Explorer and browse the built HTML locally.

VS Code: Open PR #1587 artifacts

This comment updates automatically when a new frontend build artifact is uploaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants