i have given the parameters like below to Final Builder Exe from c#. FinalBuilder project didnt run.
/VID=+hID +;EMAIL=+Email+;ASSEMBLYFILEVERSION=+AssemblyFileInfoVersion+;BASE=+BASE+; /p:E:\\Automation\\DT_Patch_Server\\DTPatchBuilder.fbz6";
If i pass the same parameter in command line, finalbuilder project run.
Note:Instead of hID,Email,AssemblyFileInfoVersion.. i pass the values directly in command line
i dont know whats wrong in my code. can anyone help me?