Can I use variables when setting project properties in the MSBuild action?

Hi,

I am using the FinalBuilder MSBuild build action, and there is a tab in window where I set the details for this action (this is called Project Properties, alongside General, Runtime, etc).

In setting the value of properties, I set values which include variables, but FinalBuilder offers no intellisense for variables. Can I use variables in this context?

 

Thanks

Hi

Yes you can use variable to specify property values within the MSBuild action in the usual manner - %VariableName%

Regards,
Steve