CIBuild.Scripts
0.2.0
See the version list below for details.
dotnet add package CIBuild.Scripts --version 0.2.0
NuGet\Install-Package CIBuild.Scripts -Version 0.2.0
<PackageReference Include="CIBuild.Scripts" Version="0.2.0" />
paket add CIBuild.Scripts --version 0.2.0
#r "nuget: CIBuild.Scripts, 0.2.0"
// Install CIBuild.Scripts as a Cake Addin #addin nuget:?package=CIBuild.Scripts&version=0.2.0 // Install CIBuild.Scripts as a Cake Tool #tool nuget:?package=CIBuild.Scripts&version=0.2.0
CIBuild.Scripts is build scripts to create nuget packages and publish it to nuget server.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
---|---|---|
0.4.6 | 4,010 | 9/8/2015 |
0.4.5 | 2,450 | 4/28/2015 |
0.4.4 | 2,258 | 10/22/2014 |
0.4.3 | 2,284 | 10/22/2014 |
0.4.2 | 2,221 | 10/16/2014 |
0.4.1 | 2,371 | 10/16/2014 |
0.4.0 | 2,255 | 10/8/2014 |
0.3.0 | 2,171 | 10/8/2014 |
0.2.0 | 2,306 | 10/8/2014 |
0.1.2 | 2,283 | 9/26/2014 |
0.1.1 | 2,315 | 9/20/2014 |
0.1.0 | 2,153 | 9/20/2014 |
0.0.4 | 2,273 | 9/20/2014 |
0.0.3 | 2,217 | 9/20/2014 |
0.0.2 | 2,424 | 9/19/2014 |
0.0.1 | 2,310 | 9/19/2014 |
Version 0.2.0
- [Patch] Improved descriptions about build properties.
- [Major] Renamed 'Run' bulid-script to 'Build', which is treated as
non-major version release because this release is based on major version
zero.
- [Minor] Defined 'CI' bulid-constant to enable to skip some slow tests on
local-machine and to run the tests only on CI server.