From b0fcd23aeea1fac677ce789109c94fcb5a30bd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Tue, 23 Jun 2020 15:58:43 +0200 Subject: [PATCH] reenable telemetry --- build/azure-pipelines/product-compile.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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