Nuke Build Setup

Installation

  1. Run dotnet tool install Nuke.GlobalTool --global
  2. Run nuke :setup

image

Notes:

  1. Install nbgv .NET Core CLI tool
  2. Add nuget.config file next to your sln file (requires VS restart)
  3. Create build folder under your application and copy the files from PipelineTemplate
  4. Update Solution Name in the .nuke/parameters.json file
  5. Create the version.json file under each component that must be versioned (required for GitVersioning to calculate the semantic version number)
  6. Create deployment_list.json file (required for the pipeline to know which components should be packed for deployment)