Solution
The order is based on the VI indexes in the project file (XML format).
However, in the build specification, they are displayed in alphabetical order.
- Add Vis in some random order
- Press OK to save the build specification
- Open the build specification properties
If you need them to have some custom order, you can manipulate VI indexes in the lvproj file.
As the source indexes are never changed after being created for a specific VI, you can remove the source items corresponding to their VIs and add them in your desired order in the build specification or lvproj file (pay attention to the properties and be extremely careful here).
You should remember that, in that case, the order displayed in the Build Specification won't correspond to the order of VIs indexed in the lvproj file.