Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 413 Bytes

File metadata and controls

26 lines (16 loc) · 413 Bytes

NuGet Helper

Building the tool

If you want to create a build on your own, just follow these steps:

  • Clone the repository

  • Run a build script depending on your OS:

    Mac\Linux

    chmod +x ./build.sh
    ./build.sh

    Windows

    .\build.ps1
  • When the script completes, you will find a ready-to-use build in a build folder.

< Back