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.
<PackageVersion Include="OneBuild" Version="1.1.114" />
                    
Directory.Packages.props
<PackageReference Include="OneBuild" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package OneBuild@1.1.114
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OneBuild&version=1.1.114
                    
Install as a Cake Addin
#tool nuget:?package=OneBuild&version=1.1.114
                    
Install 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.

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 22,040 6/29/2015
1.0.103 1,405 5/26/2015
1.0.95 1,466 4/10/2015
1.0.76 2,857 2/11/2015
1.0.74 1,481 2/9/2015
1.0.71 1,532 2/9/2015
1.0.66 1,352 2/6/2015
1.0.63 1,400 1/27/2015
1.0.59 1,765 12/19/2014
1.0.58 1,798 12/18/2014
1.0.52 1,635 12/15/2014
1.0.51 1,614 12/12/2014
1.0.45 1,608 12/9/2014
1.0.42 1,578 12/5/2014
1.0.37 1,594 11/25/2014
1.0.34 1,541 11/25/2014
1.0.31 1,535 11/25/2014
1.0.28 1,510 11/24/2014
1.0.27 1,536 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