Tapas.CICD.ReleaseHelper
0.5.3
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
<PackageReference Include="Tapas.CICD.ReleaseHelper" Version="0.5.3" />
paket add Tapas.CICD.ReleaseHelper --version 0.5.3
#r "nuget: Tapas.CICD.ReleaseHelper, 0.5.3"
// 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 | Versions 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. |
-
- Microsoft.TeamFoundationServer.Client (>= 16.140.0-preview)
- Microsoft.VisualStudio.Services.InteractiveClient (>= 16.140.0-preview)
- Microsoft.VisualStudio.Services.Release.Client (>= 16.140.0-preview)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Alpha version of release helper library