Dotnet Release Management
Automates .NET application releases to Azure DevOps, streamlining builds, deployments, and versioning for faster delivery cycles.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dotnet-release-management npx -- -y @trustedskills/dotnet-release-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dotnet-release-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dotnet-release-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates .NET release management tasks, streamlining the process of building, testing, and deploying applications. It handles versioning, artifact creation, and deployment to various environments based on defined configurations. The skill aims to reduce manual effort and improve the consistency and reliability of software releases.
When to use it
- Automate a nightly build and release process for a .NET application.
- Deploy a new feature branch to a staging environment for testing.
- Create release artifacts (NuGet packages, Docker images) with automated versioning.
- Manage the promotion of releases across different environments (dev, test, production).
Key capabilities
- Automated Versioning
- Artifact Creation (NuGet Packages, Docker Images)
- Environment Deployment
- Release Promotion
Example prompts
- "Create a release artifact for version 1.2.3 of the 'MyApplication' project."
- "Deploy the latest build to the staging environment."
- "Promote the release candidate from testing to production."
Tips & gotchas
Requires familiarity with .NET development and CI/CD principles. The skill’s effectiveness depends on properly configured deployment pipelines and versioning schemes.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.