Overview
Explore how to orchestrate GitHub Actions build and release pipelines using C# in this conference talk from NDC Oslo 2021. Learn about the advantages of using a programming language instead of markup for build and release configuration as code. Discover step-by-step how to create, test, and debug pipelines locally using standard developer tools like VS Code, leveraging existing language skills and reducing friction. Gain insights into using the open-source build orchestration tool Cake to enable full fidelity inspection of variables and breakpoints. Cover topics including GitHub Actions basics, sample application setup, Cake installation and tasks, pipeline refactoring, artifact naming, and conditional statements.
Syllabus
Intro
What is GitHub Actions
Normal Pipeline
Sample Application
Installing Cake
Cake Tasks
Cake Build
Commit
GitHub Actions
Refactoring
Artifact names
If statement
Taught by
NDC Conferences