Azure Pipelines: Variable not taking assigned value, instead resolves as $(variableName)
I am working with Azure Pipelines and facing an issue with setting a pipeline variable using the ##vso[task.setvariable] syntax. My intention is to set the variable kaasServiceConnection with different values based on the environment parameter in the pipeline. However, when…