CI CD And Automation

Automates CI/CD pipelines for .NET/C# projects — GitHub Actions (or Azure DevOps Pipelines) with `setup-dotnet`, quality gates (`dotnet format --verify-no-changes`, `dotnet test`, `dotnet build -warnaserror`, `dotnet list package --vulnerable`), EF Core migrations, preview deploys, feature-flag-driven rollouts, rollback. Use when setting up or modifying build and deployment pipelines for .NET workloads.

peterblazejewicz Updated

File contents

peterblazejewicz/claude-plugins/tree/main/plugins/dotnet-skills/skills/ci-cd-and-automation commit d5ccb56321

Frequently asked questions

npx skillmds@latest add peterblazejewicz/ci-cd-and-automation