|
#1
|
|||
|
|||
Improved .bld file format
There have been a few times when I wished that the .bld file format was easier to navigate programmatically.
For example, all the steps are flat, but contain an indent node. It would be nice if a Group step actually had child notes of the steps inside of it. Another example is parameters. Instead of having ordered ParamValues and Parameters, it would be nice if there was a parameter node that had a value. I have a couple of use cases in mind here:
I'm guessing the way things get output might just be a default serializer for various components. You'd potentially have to write custom serializers for components to do this, so it could be a bit of work to implement and test. |
#2
|
|||
|
|||
Another way to automate that would be to use the Visual Build object model to remove the group step and its children (steps following with greater indent).
See the attached sample. |
|
|