Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 578 Bytes

.NET Core

NukeDemo

Playing with nuke automation tool

In this demo, i m giving a try to nuke automation tool

The solution is based on :

  • App : console app
  • Lib : class library
  • Tests : unit tests
  • Devops : nuke files

In order to run the demo, type the following command :

  • .\build.ps1

To install nuke global tool, type the following command :

  • dotnet tool install Nuke.GlobalTool --global

Tools : vs19, net core 3.1, nuke