mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
reenable telemetry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user