PostActions (Run Script) - OS independent? #7405
-
In the post action 'Run Script (3A7C4B45-1F5D-4A30-959A-51B88E82B5D2)', you can set an executable in the args object. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @umerkle - for this I'd suggest that you use the Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi @umerkle - for this I'd suggest that you use the
Condition
structure on the PostAction to filter down to the OS/platform that is correct for each RunScript PostAction. This would mean that you need two RunScript actions - one for Windows, one for non-Windows. You can see some examples of these in this document.Hope this helps!