Tapas.CICD.ReleaseHelper 0.5.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Tapas.CICD.ReleaseHelper --version 0.5.3
NuGet\Install-Package Tapas.CICD.ReleaseHelper -Version 0.5.3
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="Tapas.CICD.ReleaseHelper" Version="0.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tapas.CICD.ReleaseHelper --version 0.5.3
#r "nuget: Tapas.CICD.ReleaseHelper, 0.5.3"
#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.
// Install Tapas.CICD.ReleaseHelper as a Cake Addin
#addin nuget:?package=Tapas.CICD.ReleaseHelper&version=0.5.3

// Install Tapas.CICD.ReleaseHelper as a Cake Tool
#tool nuget:?package=Tapas.CICD.ReleaseHelper&version=0.5.3

ReleaseHelper

Overview

ReleaseHelper is a library that is designed to help make various calls to the Azure DevOps release api in order to gain valuable information about releases. The following methods are available.

  • Clone Release Environment  
    • copy an existing environment created by hand and considered the "gold" template
    • also allows updating the deployment group
  • Get Deployment Errors  
    • Dump out the last x number of deploytment errors in JSON format including summary of the artifacts
    • Dump out the deploytment errors between two specific dates in JSON format including summary of the artifacts
  • Get Tfs Release Environment Names  
    • Dump out the environment names within a release definition. Useful when you have a ton of environments in a definition.

Downloads

The latest stable release of ReleaseHelper is available on Nuget or can be downloaded and built from GitHub.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
0.5.3.1 1,146 11/22/2018
0.5.3 792 11/3/2018

Alpha version of release helper library