Table of Contents

CI Workflow

The template includes a pre-configured GitHub Actions CI workflow that automatically builds, tests, and packages your application.

Configuration


  • File Location: .github/workflows/ci.yml
  • Trigger: Automatically runs on every push and pull request
  • Platforms: Windows, Linux, and macOS

What the CI Pipeline Does


1. Build

  • Restores NuGet packages
  • Compiles the entire solution
  • Runs code quality checks

2. Test

  • Executes unit tests
  • Runs integration tests
  • Reports test results

3. Quality Checks

  • Code linting and formatting
  • Static analysis
  • Build validation