Info
Version: | 1.1.114 |
Author(s): | Lloyd Holman |
Last Update: | Monday, June 29, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lholman/OneBuild |
NuGet Url: | https://www.nuget.org/packages/OneBuild |
Install
Install-Package OneBuild
dotnet add package OneBuild
paket add OneBuild
OneBuild Download (Unzip the "nupkg" after downloading)
Dependencies
- NuGet.CommandLine(2.7.3)
- NUnit.Runners(2.6.3)
- Invoke-Build(2.9.12)
Following the proven Deployment Pipeline approach to software build and delivery OneBuild aims to make the Commit (versioning, compilation, unit testing and packaging of binaries) a standard and simple exercise. Being convention based and therefore requiring no configuration allows OneBuild to build any target .NET solution out of the box, assuming the solution follows some basic convention patterns.
OneBuild is proud to rely on Invoke-Build (https://github.com/nightroman/Invoke-Build) for task automation.