From 4aed451cf5072e0ba9fdde421417c0f5af3fe1a2 Mon Sep 17 00:00:00 2001 From: Logan Ramos Date: Tue, 9 Jul 2019 09:09:10 -0700 Subject: [PATCH] Bump telemetry tooling commit (#77002) --- build/azure-pipelines/common/extract-telemetry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/common/extract-telemetry.sh b/build/azure-pipelines/common/extract-telemetry.sh index f07721cc5c1..4275afbf173 100755 --- a/build/azure-pipelines/common/extract-telemetry.sh +++ b/build/azure-pipelines/common/extract-telemetry.sh @@ -4,7 +4,7 @@ set -e cd $BUILD_STAGINGDIRECTORY git clone https://github.com/microsoft/vscode-telemetry-extractor.git cd vscode-telemetry-extractor -git checkout f538e3157c84d1bd0b239dfc5ebccac226006d58 +git checkout 3e0ace196871f93a20f4a7f5ec3ae0cf5e431d78 npm i npm run setup-extension-repos node ./out/cli-extract.js --sourceDir $BUILD_SOURCESDIRECTORY --excludedDirPattern extensions --outputDir . --applyEndpoints --includeIsMeasurement --patchWebsiteEvents