Add and Update pipeline retention lease!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- task: SetRetention@0
inputs:
daysValid: 30
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
TODO
This section list any major frameworks/libraries used to bootstrap your project.
This section gives instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Instructtions on installing and setting up your app environment.
Use VSCode as IDE / code editor.
- Install NodeJS
choco install nodejs -y
- Install TFX
npm install -g tfx-cli
- VSCode Install the PowerSehll Extention
code --install-extension ms-vscode.powershell
- GitHub CLI
choco install gh -y
- Clone the repo
git clone https://github.com/wkalter/AzureDevOpsRetainTask.git
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- Add Initial version
- Add Licence
- Add Exception handling and logging
- Add Examples for usages
- Add Automated tests
- Add workflow for automating publish to marketplace
- Automated Test
- Automated package cration
- Publish to marketplace
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.md
for more information.
Wessel Kalter - @linkedin.com/in/wkalter
Project Link: https://github.com/wkalter/AzureDevOpsRetainTask
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!