Azure pipeline conditions
Azure pipeline has two kinds of conditions:
- With keyword
condition
- With jinja like format
${{if elseif else}}
In both syntax, we have use parameters and variables, but there's a big difference between them which makes DevOps frustrated.