Skip to content
New issue

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

Enable to select multiple input files in NuGet restore task #8369

Closed
avivanoff opened this issue Sep 20, 2018 · 2 comments
Closed

Enable to select multiple input files in NuGet restore task #8369

avivanoff opened this issue Sep 20, 2018 · 2 comments

Comments

@avivanoff
Copy link

VSTS NuGet restore allows specifying only single input file or wildcard as an "Path to solution, packages.config, or project.json" argument. Our build consists of multiple solutions, but only a couple of them have projects that use package management. For performance reasons, it would be helpful if it was possible to specify multiple solutions as an input.

@JohannesDrexler
Copy link

You can set multiple solutions or projects, just use ; as separator

Example:
Solution1.sln;Subfolder/Solution2.sln

@avivanoff
Copy link
Author

Why not change the input type to multistring?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants