OneBuild 1.1.114

dotnet add package OneBuild --version 1.1.114                
NuGet\Install-Package OneBuild -Version 1.1.114                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OneBuild" Version="1.1.114" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OneBuild --version 1.1.114                
#r "nuget: OneBuild, 1.1.114"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OneBuild as a Cake Addin
#addin nuget:?package=OneBuild&version=1.1.114

// Install OneBuild as a Cake Tool
#tool nuget:?package=OneBuild&version=1.1.114                

OneBuild is a modular set of .NET solution build scripts written in PowerShell. 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.114 21,330 6/29/2015
1.0.103 1,192 5/26/2015
1.0.95 1,237 4/10/2015
1.0.76 2,607 2/11/2015
1.0.74 1,268 2/9/2015
1.0.71 1,319 2/9/2015
1.0.66 1,139 2/6/2015
1.0.63 1,188 1/27/2015
1.0.59 1,560 12/19/2014
1.0.58 1,591 12/18/2014
1.0.52 1,425 12/15/2014
1.0.51 1,404 12/12/2014
1.0.45 1,395 12/9/2014
1.0.42 1,368 12/5/2014
1.0.37 1,380 11/25/2014
1.0.34 1,331 11/25/2014
1.0.31 1,325 11/25/2014
1.0.28 1,305 11/24/2014
1.0.27 1,326 11/24/2014

(bug) #12 - 'New-CompiledSolution module doesn't identify the latest installed version of MSBuild'
(enhancement) #39 - 'Deprecate Build.bat'
(bug) #42 - Support VB projects
(documentation) #44 - Readme doesn't explain the intended way to run OneBuild's unit tests
(bug) #48 - Terminate if the Windows OS version and Architecture are not 64 bit