-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cake-vs only loads build.cake #93
Comments
I vote for the same request. Otherwise I don't really understand why we have a tree view in the Task Runner Explorer if it only support one cake build script... |
To answer your point specifically, the tree view is something that Visual Studio puts in and our extension slots into. VS's extensibility is decidedly tricky to work with, so there are certain things we just have to work around. To the larger point, this is something I have looked at it in the past, but wasn't able to get working reliably. We obviously accept PRs, but we have some larger changes on the horizon as well that might make this easier. |
What's interesting is I have a |
@gep13 I think it is better to add some config file to locate cake file with custom path and name. |
related to #132 |
I did quick survey of github projects using cake and the vast majority use a single build.cake file. It would be handy, however, if the Task Runner integration would load all the cake scripts in the project.
The text was updated successfully, but these errors were encountered: