<Variables> element

The <Variables> element contains one or more Variable elements. The an import-file attribute can also be specified to bring variables in from an external variables file.

XML Attribute NameDescriptionAllowed Values

import-file

Optional. The path to another xml file containing the variables to import

A valid path

Example

<Variables>
   <Variable name="name" value="value">
</Variables>

The following example shows the use of the optional import-file attribute

<Variables import-file=".\PROD-Variables.xml">
   <Variable name="name" value="value">
</Variables>

Last updated