-
Notifications
You must be signed in to change notification settings - Fork 9
How to install multiple packages #49
Copy link
Copy link
Open
Description
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
- Module version used: 0.2.0
- Operating System and PowerShell version: Azure DevOps
Reactions are currently unavailable