Conditional build rule
I'm trying to build a step with the conditional rule such as:
Build only if %VERSION% does not contain ["1.0.0" OR "2.0.0"]
This works fine for a single value when I just put 1.0.0, but does this need to be scripted in order to add a check for additional values?
|