Set 'Build VS.Net Solution' property from variable?

Is it possible to set the 'Configuration' property (ie Release, Debug etc) of a 'Build VS.Net Solution' action from a variable?

I've seen examples where script actions have been used to set the action (ie build, rebuild etc) but not for the 'Configuration' property.
 

FinalBuilder version: 5.5.0.518
Visual Studio version: 2008

Thanks.

Hi Shane,

The configuration property can be set using a variable simply by referencing the variable in the field. So all you need to do is create the variable, set it’s value then in the actions ‘Solution’ property page set ‘Configuration’ to '%ConfigurationVariable%, where ConfigurationVariable is the name of the variable that you’ve defined.

Regards,
Paul.

Thanks Paul. Trying the obvious hadn’t even occurred to me.