I have an azure repo that triggers an azure pipeline on every commit to any branch.
on this repo there is a json file file.json
.
With sample content:
{
"key1": "value1",
"key2": "value2"
}
how can i read values from this json file in the pipeline and store them in pipeline variables? (I want to avoid powershell)