chocolatey-community / chocolatey-azuredevops

Chocolatey Extension for Azure DevOps
MIT License
20 stars 11 forks source link

How to install multiple packages #49

Open dermeister0 opened 5 years ago

dermeister0 commented 5 years ago

Expected Behavior

Multiple packages are installed.

Current Behavior

Chocolatey can't find "name1 name2" package.

Possible Solution

Support package names separator or update description to not allow multiple packages to be installed.

Steps to Reproduce (for bugs)

- task: ChocolateyCommand@0
  inputs:
    command: 'install'
    installPackageId: 'name1 name2'

Context

Your Environment