gep13 / chocolatey-azuredevops

Chocolatey Extension for Azure DevOps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chocolatey Azure DevOps Tasks

This extension brings support for Chocolatey to Azure DevOps.

Table of Contents

  1. What is Chocolatey?
  2. Tasks
  3. Resources
  4. Documentation
  5. Thanks
  6. Contributing
  7. Releases

What is Chocolatey?

Chocolatey is a Package Manager for Windows, which allows the automation of all your software needs.

For more information about Chocolatey, please see the Chocolatey Website or the Chocolatey source code repository.

Tasks

This extension contains only a single Task, which is capable of executing the following Chocolatey Commands:

NOTE: This Azure DevOps Task assumes that Chocolatey is already installed on the Build Agent that is running the build. If Chocolatey is not located on the Build Agent, an error will be thrown, and the task will fail.

  • apikey
  • config
  • custom
  • feature
  • install
  • pack
  • push
  • source
  • upgrade

Resources

Short YouTube videos of each of the releases of this extension can be found in this playlist.

Documentation

You can find the documentation that is available for this project here.

Thanks

The Chocolatey Azure DevOps Extension is modelled on the NuGet Extension, and many of the ideas in terms of how it functions, is based on how it works.

Contributing

If you would like to see any other tasks or features added for this Azure DevOps Extension, feel free to raise an issue, and if possible, a follow up pull request.

You can also join in the Gitter Chat Join the chat at https://gitter.im/chocolatey-community/community

Releases

To find out what was released in each version of this extension, check out the releases page.

About

Chocolatey Extension for Azure DevOps

License:MIT License


Languages

Language:PowerShell 90.3%Language:C# 8.7%Language:Shell 1.0%