MicroElements.DevOps 1.11.0

Prefix Reserved
dotnet add package MicroElements.DevOps --version 1.11.0
                    
NuGet\Install-Package MicroElements.DevOps -Version 1.11.0
                    
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="MicroElements.DevOps" Version="1.11.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MicroElements.DevOps" Version="1.11.0" />
                    
Directory.Packages.props
<PackageReference Include="MicroElements.DevOps" />
                    
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 MicroElements.DevOps --version 1.11.0
                    
#r "nuget: MicroElements.DevOps, 1.11.0"
                    
#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.
#addin nuget:?package=MicroElements.DevOps&version=1.11.0
                    
Install as a Cake Addin
#tool nuget:?package=MicroElements.DevOps&version=1.11.0
                    
Install as a Cake Tool

DevOps scripts for CI and CD
## Main features
- Based on CakeBuild
- Supported OS: Windows, Linux
- Supported CI: Travis, AppVeyor, Jenkins, any other
- C# project generation or initialization with CI and CD included
- Only two files: build.ps1 and build.sh. All other files can be generated
- No need to maintain your own build scripts
- You can customize and add own tasks if you need

There are no supported framework assets in this package.

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
1.11.0 3,387 5/31/2020
1.10.0 2,289 5/31/2020
1.9.1 3,051 6/3/2019
1.9.0 2,767 4/23/2019
1.8.0 2,627 1/21/2019
1.7.3 2,695 12/23/2018
1.7.2 2,648 12/22/2018
1.7.1 2,656 12/22/2018
1.7.0 2,739 9/17/2018
1.6.0 2,993 8/12/2018
1.5.0 2,903 8/7/2018
1.4.1 3,021 8/3/2018
1.4.0 2,894 8/2/2018
1.3.0 3,201 7/23/2018
1.2.0 2,769 7/21/2018
1.1.0 3,117 7/17/2018
1.0.0 2,996 7/14/2018
1.0.0-beta.2 953 7/10/2018
1.0.0-beta.1 841 7/9/2018
0.5.0 3,163 6/18/2018
0.5.0-rc.3 848 6/18/2018
0.5.0-rc.2 851 6/14/2018
0.5.0-rc.1 860 6/12/2018
0.5.0-beta.6 842 6/12/2018
0.5.0-beta.5 858 6/12/2018
0.5.0-beta.4 684 6/12/2018
0.5.0-beta.3 835 6/11/2018
0.5.0-beta.2 885 5/27/2018
0.5.0-beta.1 870 5/27/2018
0.4.0 3,360 5/16/2018
0.3.0 3,362 5/12/2018
0.2.0 3,150 5/12/2018
0.1.0 3,248 5/11/2018

# 1.11.0
- Updated libs

# 1.10.0
- Updated libs
- Changed: Cake.Coverlet version fixed to 2.4.2

# 1.9.1
- Changed: Cake.Coverlet version fixed to 2.2.1
- Changed: coverlet.msbuild updated to 2.6.1
- Changed: ArgumentOrEnvVar compares arg name ignoring case

# 1.9.0
- UploadPackagedIfNeeded with detailed information
- UploadPackagedIfNeeded uses ForceUploadPackages
- GetTestProjectsFunc can be used to override default test project search

# 1.8.1
- Fixed IsPullRequest evaluation for travis


Full release notes can be found at: https://github.com/micro-elements/MicroElements.DevOps.git/blob/master/CHANGELOG.md