gritcsenko / HomeInventory

Inventory management for home
MIT License
6 stars 0 forks source link

Add Nuke #761

Open gritcsenko opened 5 months ago

gritcsenko commented 5 months ago

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

Additional context

No response

gritcsenko commented 5 months ago

https://nuke.build/ https://nuke.build/docs/common/cli-tools/ https://www.reddit.com/r/dotnet/comments/azlzqn/you_dont_need_cake_anymore_the_way_to_build_net/ https://learn.microsoft.com/en-us/shows/on-net/build-automation-with-nuke