reenable telemetry

This commit is contained in:
João Moreno 2020-06-23 15:58:43 +02:00
parent 9e2ef5593e
commit b0fcd23aee
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -94,11 +94,11 @@ steps:
displayName: Run hygiene, monaco compile & valid layers checks
condition: and(succeeded(), ne(variables['CacheExists-Compilation'], 'true'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
# - script: |
# set -
# ./build/azure-pipelines/common/extract-telemetry.sh
# displayName: Extract Telemetry
# condition: and(succeeded(), ne(variables['CacheExists-Compilation'], 'true'))
- script: |
set -
./build/azure-pipelines/common/extract-telemetry.sh
displayName: Extract Telemetry
condition: and(succeeded(), ne(variables['CacheExists-Compilation'], 'true'))
- script: |
set -e