Jump to content

ExecuteBuildSpec

From LabVIEW Wiki
Revision as of 15:13, 2 January 2025 by Logmanoriginal (talk | contribs) (Created page with "'''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 spec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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