Dotnet Cli Release Pipeline

🌐Community
by novotnyllc · vlatest · Repository

Automates .NET project releases using dotnet CLI, streamlining build, test, package, and deployment processes.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dotnet-cli-release-pipeline npx -- -y @trustedskills/dotnet-cli-release-pipeline
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dotnet-cli-release-pipeline": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dotnet-cli-release-pipeline"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the process of creating and managing .NET release pipelines using the dotnet CLI. It handles tasks such as versioning, building artifacts, and publishing them to designated locations. The tool streamlines software releases by automating repetitive steps and ensuring consistency across deployments.

When to use it

  • Automate a new .NET project's initial release process.
  • Standardize release procedures for multiple .NET applications within an organization.
  • Reduce manual effort and potential errors in existing .NET deployment workflows.
  • Quickly generate repeatable release pipelines for internal tools or libraries.

Key capabilities

  • Automated versioning based on semantic versioning principles.
  • Artifact building using the dotnet CLI.
  • Publishing artifacts to specified locations (e.g., NuGet, Azure DevOps).
  • Pipeline generation and management.

Example prompts

  • "Create a release pipeline for my .NET project named 'MyProject'."
  • "Generate a new version of MyProject with patch updates."
  • "Publish the artifacts for MyProject to the internal NuGet feed."

Tips & gotchas

  • Requires familiarity with the dotnet CLI and basic understanding of software release processes.
  • Ensure the necessary credentials (e.g., NuGet API keys) are configured before running the pipeline.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
novotnyllc
Installs
3

🌐 Community

Passed automated security scans.