![]() |
VOOZH | about |
dotnet add package OneBuild --version 1.1.114
NuGet\Install-Package OneBuild -Version 1.1.114
<PackageReference Include="OneBuild" Version="1.1.114" />
<PackageVersion Include="OneBuild" Version="1.1.114" />Directory.Packages.props
<PackageReference Include="OneBuild" />Project file
paket add OneBuild --version 1.1.114
#r "nuget: OneBuild, 1.1.114"
#:package OneBuild@1.1.114
#addin nuget:?package=OneBuild&version=1.1.114Install as a Cake Addin
#tool nuget:?package=OneBuild&version=1.1.114Install as a Cake Tool
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.
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.114 | 22,870 | 6/29/2015 |
| 1.0.103 | 2,174 | 5/26/2015 |
| 1.0.95 | 2,235 | 4/10/2015 |
| 1.0.76 | 3,599 | 2/11/2015 |
| 1.0.74 | 2,244 | 2/9/2015 |
| 1.0.71 | 2,298 | 2/9/2015 |
| 1.0.66 | 2,125 | 2/6/2015 |
| 1.0.63 | 2,175 | 1/27/2015 |
| 1.0.59 | 2,518 | 12/19/2014 |
| 1.0.58 | 2,558 | 12/18/2014 |
| 1.0.52 | 2,412 | 12/15/2014 |
| 1.0.51 | 2,367 | 12/12/2014 |
| 1.0.45 | 2,374 | 12/9/2014 |
| 1.0.42 | 2,340 | 12/5/2014 |
| 1.0.37 | 2,370 | 11/25/2014 |
| 1.0.34 | 2,292 | 11/25/2014 |
| 1.0.31 | 2,292 | 11/25/2014 |
| 1.0.28 | 2,261 | 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