Skip to content

Commit 129cc5a

Browse files
committed
Comment out failing job
1 parent b8f63e9 commit 129cc5a

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)