Software Build Tools 組態檔案的範例
在下例中,組態檔案建立了新文件,並上載了主要內容。
<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>
這是否有幫助?