005e5945bd
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
Tapas.CICD.ReleaseHelper | ||
Tapas.CICD.ReleaseHelper.Test | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
Tapas.CICD.ReleaseHelper.sln |
README.md
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.