- Install the
nuke
global tool
dotnet tool install Nuke.Global --global
- Create a solution, and at the root level, run the below command
shell :setup
Then follow the setup steps to get a nuke
build to your solution.
flowchart LR
Clean --> Restore
Restore --> Build
Build --> Test
- Include CSharpier Format Checks