diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml index d295b6d913b..db6524be03b 100644 --- a/build/azure-pipelines/product-compile.yml +++ b/build/azure-pipelines/product-compile.yml @@ -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