Info
Version: | 0.4.6 |
Author(s): | Daniel Cazzulino, kzu |
Last Update: | Friday, May 29, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kzu/oss/ |
NuGet Url: | https://www.nuget.org/packages/build |
Install
Install-Package build
dotnet add package build
paket add build
build Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This package provides a simple and straightforward way to build solutions and nuget packages via command line or IDE builds,
with automatic NuGet package restore without impacting build performance or requiring custom build scripts in your project or solution files.
To use this package for an entire repository or solution, please install this package in your repository root from the command line
using the command: `nuget install build -excludeversion`.
This will add the `build` folder at the repository root, and you can just copy the sample solution and build script from the build\sample folder.
Updating the package is achieved by just executing the install command again.