Pre-build Event Command Line in VS.Net Solution

Hi

I have a solution that builds outside the FinalBuilder - if I open the  Pre-build Event Command Line Macros I see some lines there , that contain some definitions. But if I try to compile it form FB I get an error showing that the environment variables don't exist. How can I set this?

Thanks Daphna Levin

Hi Daphna,

Which environment variables does it complain about? If you are running the FinalBuilder project from the IDE then all the environment variables should be available to the build. But, if you’re running the build through FinalBuilder Server then you’ll need to make sure to run the project under the same user account as you do when building the solution through VS, or you can use the “Define Variable” action to define the missing variables at runtime.

Regards,
Paul.