Update azure-pipelines.yml for Azure Pipelines [skip ci]

This commit is contained in:
Pascal Vizeli 2019-04-01 13:56:02 +02:00
parent 45de0f2f39
commit 06a2ab26a2

View File

@ -35,5 +35,7 @@ jobs:
- script: sudo apt-get install -y jq
displayName: 'Install JQ'
- bash: "cat **/*.json | jq"
- bash: |
shopt -s globstar
cat **/*.json | jq '.'
displayName: 'Run JQ'