build-library
- Updated2024-05-31
- 1 minute(s) read
build-library
Builds the specified library into a binary.
To build a library from the CLI, use the following syntax:
gwebcli.exe build-library -p=<relative or absolute location of the project> -n=<name of the library> -t
For example:
gwebcli.exe build-library -p="C:\G Web Projects\Project.gwebproject" -n="Library.gcomp" -t
Note To use the build-library operation, the build machine must have the G Web
Development Features for TestStand licenses.
| Argument | Required | Description | Example |
|---|---|---|---|
|
Yes | Specifies the relative or absolute path of the project containing the library to build. |
|
|
Yes | Specifies the name of the library to build. |
|
|
This argument is required if the project contains SystemDesigner Web Server targets. | Specifies the SystemDesigner Web Server target that contains the library to build. |
|
|
No | Saves the library and project file after building.
Use this argument when you select Auto-increment version on build in the library. |
— |