nuke is a free, open source orchestration & scheduling project written in C# and released under MIT. It has 3,753 GitHub stars, 457 forks and 121 open issues, and was last pushed 10 months ago. On this registry it ranks #37 of 110 tracked projects in Orchestration & Scheduling, with 5 head-to-head comparisons available.

The AKEless Build System for C#/.NET

Latest Release Latest Pre-Release Downloads License

Table of Contents

Elevator Pitch

Solid and scalable CI/CD pipelines are an essential pillar for being competitive and creating a great product. But why are most of us a little afraid of touching YAML files and don't even dare to look at build scripts? Much of this is because C# developers are spoiled with a great language and smart IDEs, and they don't like missing their buddy for code-completion, ease of debugging, refactorings, and code formatting.

NUKE brings your build automation to an even level with every other .NET project. How? It's a regular console application allowing all the OOP goodness! Besides, it solves many common problems in build automation, like parameter injection, path separator abstraction, access to solution and project models, and build step sharing across repositories. NUKE can also generate CI/CD configurations (YAML, etc.) that automatically parallelize build steps on multiple agents to optimize throughput!

For more information check out our documentation or visit our community ...

Slack Discord Twitter Mastodon

Example

Build Status

NUKE builds and tests itself on several CI/CD services, which helps to ensure a working integration with those systems. At the same time, the individual configuration files serve as examples for the generation experience:

Build Server Status Platform Configuration
TeamCity TeamCity Win settings.kts
GitHub Actions GitHub Actions Win / Ubuntu / macOS continuous.yml
GitLab CI GitLab CI Ubuntu .gitlab-ci.yml
Azure Pipelines Azure Pipelines Win / Linux / macOS azure-pipelines.yml
AppVeyor AppVeyor Win / Ubuntu appveyor.yml

[comment]: (| Bitrise | [![Bitrise](https://img.shields.io/bitrise/ffbfd67a7e3f1561/develop.svg?token=AsgY8yIy6MzdWs0cncU2Jg&style=flat-square&logo=bitrise&label=build)](https://www.bitrise.io/app/ffbfd67a7e3f1561#/builds) | Ubuntu | [bitrise.yml](https://github.com/nuke-build/nuke/blob/develop/bitrise.yml) |) [comment]: (| Travis CI | [![Travis CI](https://img.shields.io/travis/nuke-build/nuke/develop?style=flat-square&label=build&logo=travis-ci&logoColor=white)](https://travis-ci.org/nuke-build/nuke) | MacOS / Ubuntu | [.travis.yml](https://github.com/nuke-build/nuke/blob/develop/.travis.yml) |) [comment]: (| Jenkins | [![Jenkins Build](https://img.shields.io/jenkins/s/https/jenkins.nuke.build/job/nuke-build/job/nuke/job/develop.svg?style=for-the-badge&label=jenkins&logo

readme truncated β€” read the full docs on github

Frequently asked questions

Is nuke free to use?

nuke is open source under the MIT licence. There is no licence fee and no seat count β€” you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does nuke do?

πŸ— The AKEless Build System for C#/.NET

What is nuke written in?

nuke is primarily written in C#. Its source is publicly available at https://github.com/nuke-build/nuke, and it has 3,753 GitHub stars.