Hi,
- Is it possible to add post build steps applicable for all the build configurations for the project? Rather than adding them in each of the configurations?
- How to add multiple lines inside an if statement? I have a set of 5 commands I need to execute based an a variable value. I added as follows, but got errors
if <condition> (
cmd1
cmd2
..
)
Regards,
Veena