08-02-2016 01:17 PM
Is it possible to create a packed project library via VI Scripting without having to create a Build Specification?
Alternatively, is it possible to create a Build Spec programmatically?
Solved! Go to Solution.
08-02-2016 01:37 PM
There are several ways, I do not know all caveats...
Open Project ref, My computer property, Build specifications property -> Add Item, type = Library. Thes are regular properties, not scripting.
You can also edit project file as text and copy items from template.
08-02-2016 03:28 PM - edited 08-02-2016 03:29 PM
Looks like the way to go is setting the XML properties manually 😕
After poking around at the methods for BuildSpecification, there are no pre-defined Build Spec specific properties but it does have a Set Tag method. The tag names can be found in the XML of a pre-existing Build Spec.