Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flcdrg/chocolateytoolinstaller-azuredevops
Azure DevOps task for installing Chocolatey
https://github.com/flcdrg/chocolateytoolinstaller-azuredevops
azure-devops azure-pipelines chocolatey
Last synced: about 1 month ago
JSON representation
Azure DevOps task for installing Chocolatey
- Host: GitHub
- URL: https://github.com/flcdrg/chocolateytoolinstaller-azuredevops
- Owner: flcdrg
- License: apache-2.0
- Created: 2020-05-23T11:22:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T11:52:37.000Z (8 months ago)
- Last Synced: 2024-05-01T19:47:21.141Z (7 months ago)
- Topics: azure-devops, azure-pipelines, chocolatey
- Language: PowerShell
- Size: 342 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure DevOps task for installing Chocolatey
This is an Azure DevOps task for Azure Pipelines to install [Chocolatey](https://chocolatey.org).
Whilst Microsoft-hosted agents come with Chocolatey pre-installed, self-hosted agents may not. Including this task ensures Chocolatey
is always installed regardless of the agent type.It was inspired in part by the [Chocolatey extension for Azure DevOps](https://github.com/chocolatey-community/chocolatey-azuredevops),
and in fact this task has since been incorporated into that extension.See [Overview](overview.md) for installation and usage instructions.