Additional parameters

Could I request as a general principle that actions that call external programs with commandline parameters always have an “additional parameters” field? Some do, but not all. In this case it’s “Build VS.net solution” that I’d like to pass an /out parameter to. You can usually workaround it by cramming extra parameters into another field but it’s not pretty :slight_smile:

Steve

Hi Steve,

Build VS.NET solution actually has an “ExtraCmdLimeParameters” field (in the Other section in the Action Inspector.)

The reason why we don’t advertise these features more is that, in almost all cases, if we don’t support an option then we should support it - and we’d rather people contacted us and asked for the options. I’ll put the /out parameter on the to-do list.

Regards,

Angus

Ah, the old “hidden parameter in the Action Inspector” trick. Didn’t think of that. :slight_smile:

Steve