We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple packages are installed.
Chocolatey can't find "name1 name2" package.
Support package names separator or update description to not allow multiple packages to be installed.
- task: ChocolateyCommand@0 inputs: command: 'install' installPackageId: 'name1 name2'
The text was updated successfully, but these errors were encountered:
Allow install/upgrade multi packages
bd89471
chocolatey-community#49
Successfully merging a pull request may close this issue.
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)
Context
Your Environment
The text was updated successfully, but these errors were encountered: