-task:CmdLine@2inputs:script:|# Return string variables separated by comma (ex: 3.6-alpine,3.6.12,...) and replace comma with "$OA"IMAGE_TAGS=$(grep '#TAGS' ${{ parameters.path_to_dockerfile }}/Dockerfile | cut -d= -f2 | sed "s/,/%0A/g")# Export variables to use it in other tasksecho "##vso[task.setvariable variable=imageTags]${IMAGE_TAGS}"