-
Bug
-
Resolution: Unresolved
-
Trivial
-
None
-
Windows 7 64 bit
I have one child project inheriting from two ordered parent projects. The first parent project is responsible for setting up the environment, then the child project runs, and then the second parent project is responsible for moving the artifacts and archiving them. The flow is:
1. Preparation(Parent1)
2. Build(Child)
3. Clean-up/Archive(Parent2)
When the build is executed, the steps run correctly in the expected order. The minor issue, however, is in the "View Full Build Flow" list, the projects seem to be out of order.
1. Preparation
2. Clean-up/Archive
3. Build
This does not affect the build process which is good. Nonetheless, it is misleading.