microsoft / devcenter-catalog

MIT License
20 stars 70 forks source link

Install packages using Choco #5

Open dhruvchand opened 1 year ago

dhruvchand commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to automate installation of packages through choco

Describe the solution you'd like As a user, I should be able to:

other requirements:

For v1, we will NOT support using a config file. we can print out that by using this task, you are accepting licenses we will only support additional options.

setupTasks:
 - task: choco
    inputs:
      package: "packageName@version"
      additionalOptions: "--key val"
xnkevinnguyen commented 1 year ago

Since we have a task to use choco, shouldn't we have a task to install choco as well?

jmatthiesen commented 1 year ago

Notes from a team sync on this item: