Skip to content

Commit b0fcd23

Browse files
committed
reenable telemetry
1 parent 9e2ef55 commit b0fcd23

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build/azure-pipelines/product-compile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ steps:
9494
displayName: Run hygiene, monaco compile & valid layers checks
9595
condition: and(succeeded(), ne(variables['CacheExists-Compilation'], 'true'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
9696

97-
# - script: |
98-
# set -
99-
# ./build/azure-pipelines/common/extract-telemetry.sh
100-
# displayName: Extract Telemetry
101-
# condition: and(succeeded(), ne(variables['CacheExists-Compilation'], 'true'))
97+
- script: |
98+
set -
99+
./build/azure-pipelines/common/extract-telemetry.sh
100+
displayName: Extract Telemetry
101+
condition: and(succeeded(), ne(variables['CacheExists-Compilation'], 'true'))
102102

103103
- script: |
104104
set -e

0 commit comments

Comments
 (0)