'Azure Pipeline: Read values from json file in the repo and store it in pipeline variable (without powershell)
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)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
