-
Notifications
You must be signed in to change notification settings - Fork 532
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
Allow specifying the entrypoint project on run #303
Comments
A resource filter effectively. Can be one, or more, prefix, etc. |
@davidfowl we're putting this post preview but of course if it comes in sooner, fine. |
This would be great, maybe it could be set in the launch settings for the app host, so you could set up different launch profiles for "all the apps", "frontend", "background task processing" and so on |
Putting this on the backlog. If we find we have capacity in P6 we might be able to do this. |
In the meantime could we have a way of stopping resources? Then we could run all, stop the one we want to debug, and then run that individually in another VS instance. |
Not for GA that has been punted too. Hopefully we'll get to more of these features once the foundation is set. |
also consider - integration tests for only a subset of your stack |
When running a big project its sometimes desirable to run a subset of projects, in particular, a project and anything it depends on. The request here is to allow specifying some input resource as the root and the orchestration process will only run that project and any dependencies.
The text was updated successfully, but these errors were encountered: