Skip to content

wkalter/AzureDevOpsRetainTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Azure DevOps YAML pipeline Retention Lease step

Add and Update pipeline retention lease!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

YAML definition example

- task: SetRetention@0
  inputs:
    daysValid: 30
  env:
    SYSTEM_ACCESSTOKEN: $(System.AccessToken)

TODO

(back to top)

Built With

This section list any major frameworks/libraries used to bootstrap your project.

  • PowerShell
  • NodeJS

(back to top)

Getting Started

This section gives instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

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

Installation

Instructtions on installing and setting up your app environment.

Use VSCode as IDE / code editor.

  1. Install NodeJS
    choco install nodejs -y
    
  2. Install TFX
    npm install -g tfx-cli
    
  3. VSCode Install the PowerSehll Extention
    code --install-extension ms-vscode.powershell
    
  4. GitHub CLI
    choco install gh -y
    
  5. Clone the repo
    git clone https://github.com/wkalter/AzureDevOpsRetainTask.git

(back to top)

Usage

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

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

Wessel Kalter - @linkedin.com/in/wkalter

Project Link: https://github.com/wkalter/AzureDevOpsRetainTask

(back to top)

Acknowledgments

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!

(back to top)

About

AzureDevOpsRetainTask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published