News

I can invoke my script directly in a PowerShell console, but when TFS build uses my task, the input "array' is getting collapsed down to a single string, it doesn't show up in my script as an array of ...
I need to write a shell script in BASH that allows me to call variety of URLs and extract the keys from the JSON that is returned. I have been trying to use jq to help me with this. I want to be able ...