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