Orchestrating GitHub Actions Pipelines in C# with Cake SDK

dotnet presents a .NET Conf 2025 session on using C# and Cake SDK to orchestrate GitHub Actions DevOps pipelines, focusing on code-driven workflows, local testing, and leveraging developer skills.

Orchestrating GitHub Actions Pipelines in C# with Cake SDK

DevOps workflows increasingly rely on configuration as code, with YAML and JSON dominating the landscape. This session reimagines build and release orchestration by harnessing C# and the Cake SDK to author GitHub Actions pipelines.

Key Topics Covered

Advantages

Example Features

Getting Started

  1. Install Cake SDK in your .NET 10 project
  2. Set up build scripts in C# for GitHub Actions workflows
  3. Debug and test workflows locally using VS Code
  4. Push finalized pipeline logic to GitHub for CI/CD

For more sessions from .NET Conf 2025, visit the official YouTube playlist.