Jump to content

ExecuteBuildSpec

From LabVIEW Wiki

ExecuteBuildSpec is a built-in operation installed by the NI LabVIEW Command Line Interface add-on. It builds Build Specifications in a LabVIEW Project and returns the paths to the output files.

Synopsis

 LabVIEWCLI -OperationName ExecuteBuildSpec
            -ProjectPath <path>
            [-TargetName <target>]
            [-BuildSpecName <name>]

Options

-ProjectPath <path>
Absolute path to the project file that contains the build specification.
-TargetName <target>
Target that contains the build specification. Defaults to "My Computer" when not specified.
-BuildSpecName <name>
Name of the build specification to build. When not specified, all build specifications under the target are build.

External links