Ubuntu – Reading values from a key value based file and passing these values to azure devops template
Recently I am working on a pipeline where in one stage I am reading values from a key value based file and setting them using : echo "##vso[task.setvariable variable=$key;isOutput=true]$value" In my future job for instance if I read these values…