Example of a Software Build Tools Configuration File
In the following example, the configuration file creates a new document and uploads the primary content.
<services>
<service>
<ServiceName>CreateAndUpload</ServiceName>
<ContainerType>PRODUCT</ContainerType>
<ContainerName>GOLF_CART</ContainerName>
<ObjectType>SWBuild</ObjectType>
<ObjectName>TestSWBuild</ObjectName>
<Location>Test Folder</Location>
<Filename>d:\full_path_to_location\upload.zip</Filename>
<IsPrimary>true</IsPrimary>
</service>
</services>
Was this helpful?