I'm struggling to find where $(SOME_VARIABLE) is defined in a task similar to this. Its not in the variables section in the yml file. Its not in any variable groups in DevOps. It's not set during running of the build. Where else could variables be defined?
- script: yarn build
displayName: 'yarn build'
env:
{
SOME_SETTING: $(SOME_VARIABLE)
}