From 637eab140a3678016ebaa9faa99475ec2115b4d0 Mon Sep 17 00:00:00 2001 From: Logan Ramos Date: Tue, 9 Jul 2019 09:38:55 -0700 Subject: [PATCH] Revert commit change (#77003) --- 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 4275afbf173..f07721cc5c1 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 3e0ace196871f93a20f4a7f5ec3ae0cf5e431d78 +git checkout f538e3157c84d1bd0b239dfc5ebccac226006d58 npm i npm run setup-extension-repos node ./out/cli-extract.js --sourceDir $BUILD_SOURCESDIRECTORY --excludedDirPattern extensions --outputDir . --applyEndpoints --includeIsMeasurement --patchWebsiteEvents