Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nuke #761

Open
Tracked by #815
gritcsenko opened this issue Mar 12, 2024 · 1 comment · May be fixed by #815
Open
Tracked by #815

Add Nuke #761

gritcsenko opened this issue Mar 12, 2024 · 1 comment · May be fixed by #815
Assignees
Labels
CI/CD Build and deploy enhancement New feature or request github_actions Pull requests that update GitHub Actions code .NET Pull requests that update .net code

Comments

@gritcsenko
Copy link
Owner

Describe the feature

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!

Describe the solution you'd like

No response

Describe alternatives you've considered

  • Cake

Additional context

No response

@gritcsenko gritcsenko added enhancement New feature or request .NET Pull requests that update .net code github_actions Pull requests that update GitHub Actions code CI/CD Build and deploy labels Mar 12, 2024
@gritcsenko gritcsenko self-assigned this Mar 12, 2024
@gritcsenko gritcsenko linked a pull request Apr 27, 2024 that will close this issue
6 tasks
@gritcsenko gritcsenko linked a pull request Apr 27, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Build and deploy enhancement New feature or request github_actions Pull requests that update GitHub Actions code .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant