Reorder compound startup
Answered
I have two projects in one solution, Client and Server. When the client starts I would like to have the server already running. I have created a compound run/debug for them. However, I can only seem to put the entries in there alphabetically. Is there any way to reorder that so that it will start Server before starting Client?
Please sign in to leave a comment.
Unfortunately, compound configurations are unordered and parallel by design. Here is a possible workaround.