You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 specifybuild -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.
The text was updated successfully, but these errors were encountered: