Build Automation with NUKE

preview_player
Показать описание
Nuke is an open source, cross-platform build automation solution for .NET projects. NUKE prides itself on its simplicity and extensibility that makes build automation approachable for everyone.

In this episode, Matthias Koch joins Rich to give an understanding of what NUKE is and where it fits within the development cycle.

[01:03] - What is NUKE?
[03:00] - Where does NUKE shine?
[06:45] - Setting up a NUKE configuration
[11:50] - Does this ever conflict with MS Build?
[14:44] - Exploring a publish configuration
[20:46] - Where to find Getting Started information?

.NET Nuke Build

.NET Cake

MS Build documentation

#DotNet #csharp #nukebuild #DevOps
Рекомендации по теме
Комментарии
Автор

We use Nuke already over a year in all our running projects. It solved a bunch of issues we had with azure build

massimoaristide
Автор

Nice! Just coded up a new build on a home project targeting multiple frameworks. Assessing this as a possible tool to replace our existing tool (which is also very good). Interestingly, my project did not appear as a property on the Solution object. Maybe I missed a step in the setup steps?

DaveRogersEsq
Автор

Looks like the VSCode extension git repo was moved? Anyone knows where it is now hosted? Need to file a bug report. Thanks

pablobelin
Автор

This didn't really work as a demo tbh

matthewblott