Ubuntu – Set pipeline variables with quotes in Azure Pipelines
On a MS-hosted Azure pipeline running on ubuntu, within a bash script task, I am setting some pipeline variables that need to be available to another task. These variables are oftentimes maps, in the following format: { "1.0.0" = "my-function-app-url.com"…