Every time I clean build the repository (which is quite often) I have to restore and build all src/tasks, even the ones that are completely irrelevant to the target that I'm building. Before 03eb03e this wasn't the case. Only the task necessary to complete the current target (OS / framework) was built.
It would be great to completely remove an up-front build of tasks and sequence them into the corresponding places where and when they are needed. Having defined build dependencies also works towards removing the necessity of an up-front / root build before individual projects can be built.
cc @lambdageek @akoeplinger
Every time I clean build the repository (which is quite often) I have to restore and build all src/tasks, even the ones that are completely irrelevant to the target that I'm building. Before 03eb03e this wasn't the case. Only the task necessary to complete the current target (OS / framework) was built.
It would be great to completely remove an up-front build of tasks and sequence them into the corresponding places where and when they are needed. Having defined build dependencies also works towards removing the necessity of an up-front / root build before individual projects can be built.
cc @lambdageek @akoeplinger