https://github.com/chocolatey-community/chocolatey-azuredevops
Chocolatey Extension for Azure DevOps
https://github.com/chocolatey-community/chocolatey-azuredevops
hacktoberfest
Last synced: about 2 months ago
JSON representation
Chocolatey Extension for Azure DevOps
- Host: GitHub
- URL: https://github.com/chocolatey-community/chocolatey-azuredevops
- Owner: chocolatey-community
- License: mit
- Created: 2018-11-21T21:02:48.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-10T02:56:33.000Z (over 2 years ago)
- Last Synced: 2025-03-29T04:51:16.389Z (2 months ago)
- Topics: hacktoberfest
- Language: PowerShell
- Homepage:
- Size: 1.43 MB
- Stars: 20
- Watchers: 3
- Forks: 11
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Chocolatey Azure DevOps Tasks
This extension brings support for [Chocolatey](https://chocolatey.org/) to Azure DevOps.
## Table of Contents
1. [What is Chocolatey?](#what-is-chocolatey)
1. [Tasks](#tasks)
1. [Resources](#resources)
1. [Documentation](#documentation)
1. [Thanks](#thanks)
1. [Contributing](#contributing)
1. [Releases](#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](https://chocolatey.org/), please see the Chocolatey Website or the Chocolatey [source code repository](https://github.com/chocolatey/choco).
## 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](https://www.youtube.com/playlist?list=PL84yg23i9GBhGahFf5-41vOJhn3D-6EUU).
## Documentation
You can find the documentation that is available for this project [here](https://chocolatey-community.github.io/chocolatey-azuredevops/).
## 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](https://github.com/chocolatey-community/chocolatey-azuredevops/issues), and if possible, a follow up pull request.
You can also join in the Gitter Chat [](https://gitter.im/chocolatey-community/community)
## Releases
To find out what was released in each version of this extension, check out the [releases](https://github.com/chocolatey-community/chocolatey-azuredevops/releases) page.