Is there any way to ignore particular actions not to compile during compilation time? let me explain my request more, say if I have Wix action in my project and if I give that project to someone, FB expects that he should have configured Wix in his machine. But he may not need to run Wix action at that moment and if we want to ignore, I am not able to find any method. I am expecting the method like what we have in Visual Studio (Debug and Release) configuration modes.
FinalBuilder does not have the concept of Configs like in Visual Studio, however it is trivial to control which actions run and when, either using the flow control actions (if…then etc) or using action Conditions, together with Variables.