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

Support multiple scripts, wildcard names, and parallel execution #4

Open
2 of 3 tasks
xt0rted opened this issue Mar 23, 2022 · 0 comments
Open
2 of 3 tasks

Support multiple scripts, wildcard names, and parallel execution #4

xt0rted opened this issue Mar 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@xt0rted
Copy link
Owner

xt0rted commented Mar 23, 2022

Much like npm-run-all we should be able to do something like dotnet r *:build --parallel and have all scripts ending with :build run in parallel. Leaving off the --parallel option should run them sequentially.

The wildcard matching should work anywhere in the script name, not just at the start/end. It should also be optional and specifying a list of script names should also work such as dotnet r clean build test or dotnet r unittest e2etest --parallel.

Tasks

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

No branches or pull requests

1 participant