BuildForge Help

env

The <env> element is used inside a <template> element to define environment variables (with initial values) that can be copied into the environment used with a project link. Each <env> element should include name and value properties. The value provides an initial value for the variable.

<env name="FILESPEC" value="//depot..." />