This task will build a product and publish it using BLT:

build-product-simple %ID_Product% %Version%

where

%ID_Product% is the ID of the Product

%Version% is the 4-numbers version of your build (ex.: 1.5.2.0). If the version number is not supplied, the current version number set in the Build Specifications of your LabVIEW Project will be used. If a version number is supplied without a Build number (i.e. 1.5.2), the Build number will automatically be set to the Build Number of the last released Product Version incremented by one (example: if you supply %Version% = 1.5.2 and the last released Product Version is 1.5.1.78, the version being built will be 1.5.2.79).


The following actions will be performed (Simple Build):

oBuild your product executable with LabVIEW.

oCompress everything in the build target directory into a single zip archive.

oIf existing, add your splash screen and color scheme configuration to the zip file.

oUpload the zip file on the Product Updates server via FTP.

oGenerate a new product version in BLT with your last change log entries as release notes.


Example:

labview-cli.exe --lv-exe "BLT Automation.exe" "build-product-simple 12 1.0.0.0"

This will build the version 1.0.0.0 of the product ID 12 using the Simple Build settings