'Azure Devops custom task task.json visible rule
Hello I'm trying to set a visible rule for some of the inputs and I was wondering if we can use && and || together.
"visibleRule":"Resource = AAA && Command = Delete || Resource = BBB && Command = Delete"
"visibleRule":"(Resource = AAA && Command = Delete) || (Resource = BBB && Command = Delete")
can't quiet get this to work, I tried different combinations but no luck
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
