OneBuild 1.0.103
See the version list below for details.
dotnet add package OneBuild --version 1.0.103
NuGet\Install-Package OneBuild -Version 1.0.103
<PackageReference Include="OneBuild" Version="1.0.103" />
paket add OneBuild --version 1.0.103
#r "nuget: OneBuild, 1.0.103"
// Install OneBuild as a Cake Addin #addin nuget:?package=OneBuild&version=1.0.103 // Install OneBuild as a Cake Tool #tool nuget:?package=OneBuild&version=1.0.103
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.
-
- Invoke-Build (>= 2.9.12)
- NuGet.CommandLine (>= 2.7.3)
- NUnit.Runners (>= 2.6.3)
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 |
This release of OneBuild adds support for consistent versioning of VisualBasic.NET projects within a Visual Studio solution.
(bug) #42 - Support VB projects