ワンクリックで
nuget-release-publish-safety
Validate NuGet release artifacts before publish and ensure both package and symbol payloads are release-correct
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Validate NuGet release artifacts before publish and ensure both package and symbol payloads are release-correct
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Drive package defaults, release packaging, and website version display from one MSBuild property
Validate every meaningful workflow_dispatch input combination before approving release-pipeline changes
Keep mixed validation/release GitHub workflow dispatch inputs from misrouting validation runs
Ship an Astro docs site to GitHub Pages with SEO, validation, and custom-domain safety checks
Keep repo-local .NET sample apps zero-config by avoiding native apphosts when macOS integrity enforcement can kill them
Avoid `.App` executable assembly names for runnable .NET samples on macOS
| name | nuget-release-publish-safety |
| description | Validate NuGet release artifacts before publish and ensure both package and symbol payloads are release-correct |
| domain | release-engineering |
| confidence | high |
| source | morpheus-release-update |
Before a GitHub Actions job publishes NuGet packages, validate the downloaded artifacts against the intended release contract:
.nupkg nuspec and confirm the package version exactly matches that SemVer.*.ci.* and *-local.libraries, analyzers, or cli)..snupkg..nupkg and .snupkg payloads to NuGet.org after validation.This closes the gap between “pack succeeded” and “publish is safe.” It catches wrong-group artifacts, stale CI versions, missing symbol packages, and mismatched publish payloads before NuGet.org sees them.