Skip to content

Commit 71021c2

Browse files
committed
fix telemetry step
1 parent d4886b9 commit 71021c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build/azure-pipelines/common/extract-telemetry.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ git clone --depth 1 https://github.com/Microsoft/vscode-node-debug2.git
1010
git clone --depth 1 https://github.com/Microsoft/vscode-node-debug.git
1111
git clone --depth 1 https://github.com/Microsoft/vscode-html-languageservice.git
1212
git clone --depth 1 https://github.com/Microsoft/vscode-json-languageservice.git
13-
$BUILD_SOURCESDIRECTORY/build/node_modules/.bin/vscode-telemetry-extractor --sourceDir $BUILD_SOURCESDIRECTORY --excludedDir $BUILD_SOURCESDIRECTORY/extensions --outputDir . --applyEndpoints
14-
$BUILD_SOURCESDIRECTORY/build/node_modules/.bin/vscode-telemetry-extractor --config $BUILD_SOURCESDIRECTORY/build/azure-pipelines/common/telemetry-config.json -o .
13+
node $BUILD_SOURCESDIRECTORY/build/node_modules/.bin/vscode-telemetry-extractor --sourceDir $BUILD_SOURCESDIRECTORY --excludedDir $BUILD_SOURCESDIRECTORY/extensions --outputDir . --applyEndpoints
14+
node $BUILD_SOURCESDIRECTORY/build/node_modules/.bin/vscode-telemetry-extractor --config $BUILD_SOURCESDIRECTORY/build/azure-pipelines/common/telemetry-config.json -o .
1515
mkdir -p $BUILD_SOURCESDIRECTORY/.build/telemetry
1616
mv declarations-resolved.json $BUILD_SOURCESDIRECTORY/.build/telemetry/telemetry-core.json
1717
mv config-resolved.json $BUILD_SOURCESDIRECTORY/.build/telemetry/telemetry-extensions.json
1818
cd ..
19-
rm -rf extraction
19+
rm -rf extraction

0 commit comments

Comments
 (0)