When trying to update a custom task's version I get this error:
Task definition visible rule 'serviceType = A || serviceType = B || ((serviceType = C || serviceType = D) && deploymentMode = Docker)' is invalid. It should be of format "A <validconditionhere> B"
What is the correct syntax for the visible rule to make the equivalent condition above?
( ... )
– Therein