cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
trehananirudh
Level 3

Pass user defined parameter to build.exe

I want to pass user defined parameter to build.exe to create build from command line. I have a parameter env which has different values for different environments and I need to pass this to installer. How can I achieve this? Please suggest.
Labels (1)
0 Kudos
(2) Replies
GrantK
Level 7

0 Kudos
RamyaVenkatesh
Level 7

Hi,

You can also check the -btv argument for command line build where you can provide build time variables using properties file and use the variables in your project.

Thanks,
Ramya
0 Kudos