Read/Save Azure DevOps pipeline variable in shell script
I am using Azure DevOps for some application deployment. I need to have a saved variable build number that would update every time I do a build successfully and send the apk/ipa to the store. Right now, from what I…