Unable to find Azure DevOps build task variable va...
# help-with-other
v
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) }
a
In the devops Library ?
2 Views