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 targets in command-line #14

Closed
CharliePoole opened this issue Aug 10, 2024 · 4 comments
Closed

Support multiple targets in command-line #14

CharliePoole opened this issue Aug 10, 2024 · 4 comments
Assignees
Labels
Feature A new feature.
Milestone

Comments

@CharliePoole
Copy link
Collaborator

Cake now supports multiple targets. We should use that feature rather than having special targets which simply aggregate other targets. For example, instead of using build -t BuildTestAndPackage we could simply specify build -t Test -t Package.

Support of more than one target on the command-line will require changes to the recipe but is not a breaking change for projects not using the feature.

@CharliePoole CharliePoole added this to the 1.1.0 milestone Aug 10, 2024
@CharliePoole CharliePoole self-assigned this Aug 10, 2024
@CharliePoole CharliePoole added Feature A new feature. Blocked labels Aug 10, 2024
@CharliePoole
Copy link
Collaborator Author

This is blocked by what appears to be a bug in Cake. See cake-build/cake#4324.

@CharliePoole
Copy link
Collaborator Author

Will implement this using a workaround.

@CharliePoole
Copy link
Collaborator Author

Fixed in 1.1.0-dev00017

@CharliePoole
Copy link
Collaborator Author

🎉 This issue has been resolved in version 1.1.0 🎉

The release is available on:

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

No branches or pull requests

1 participant