Build CVI project(s), also including optional update of project version.
This extension is now unpublished from Marketplace. You can choose to uninstall it.
Build CVI Project
Build and release task for running CVI builds.
CVI build parameters
CVI project(s) - CVI project(s) to build. Multiple projects can be defined with space between projects. Projects must be defined either with full path or relative to Working directory.
CVI Version - CVI application version to use. Supported versions are are 8.5, 9.0, 2009, 2010, 2012, 2013, 2015, and 2017.
CVI installation directory - Path to the executable for the CVI version to use. If this is specified it overrides default installation directory according to selected CVI version.
Buildtype - Specify Buildtype to build.
Configuration" - Specifies the configuration to use to create the target or file. Example: 'My Release 64'. If this is specified it overrides, i.e. replace, settings in Buildtype. Only optional for CVI versions 2010 or higher.
Clean - Clean = true forces LabWindows/CVI to recompile all source files you specify and all source files in projects you specify..
Compiler Defines - Adds additional compiler defines to any compiler defines that are set in the project. You can specify multiple defines.Compiler defines have the following syntax: /Dx or /Dx=y
Working Directory - Enter Working Directory for project build. Empty string defaults to Agent build extension path.
Log settings
LogFile - ption to log to file. Enter name of logfile, shall be defined either with full path or relative to Working Directory. If left empty logging to file will be disabled.
Log Options - Specifies whether to create new logfile or append log to existing logfile.
Update Project Version
Update FileVersion - If FileVersion is specified FileVersion of the project will be updated with version as defined here.
Update FileVersion String - If FileVersion String is specified FileVersion String of the project will be updated with version as defined here.
Update ProductVersion - If ProductVersion is specified ProductVersion of the project will be updated with version as defined here.
Update ProductVersion String - If ProductVersion String is specified ProductVersion String of the project will be updated with version as defined here.