Reference for adding and ordering Aspire deploy pipeline steps, tagging steps, parameterizing deployment with AddParameter, configuring per-environment values with WithEnvironment, and using PipelineStepContext services. Use when asked to add a pipeline step, order deploy steps, set up infrastructure provisioning, configure deployment, or wire up aspire deploy.
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Reference for adding and ordering Aspire deploy pipeline steps, tagging steps, parameterizing deployment with AddParameter, configuring per-environment values with WithEnvironment, and using PipelineStepContext services. Use when asked to add a pipeline step, order deploy steps, set up infrastructure provisioning, configure deployment, or wire up aspire deploy.
Pipeline APIs live under Aspire.Hosting.Pipelines. All files that reference them need #pragma warning disable ASPIREPIPELINES001.
References
Adding steps — WithPipelineStepFactory, PipelineStepAnnotation, direct PipelineStep construction
Well-known steps — the 14 WellKnownPipelineSteps constants, deploy order, Docker Compose dynamic step names, common placement patterns