File tree Expand file tree Collapse file tree
build/azure-pipelines/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ git clone --depth 1 https://github.com/Microsoft/vscode-node-debug2.git
1010git clone --depth 1 https://github.com/Microsoft/vscode-node-debug.git
1111git clone --depth 1 https://github.com/Microsoft/vscode-html-languageservice.git
1212git 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 .
1515mkdir -p $BUILD_SOURCESDIRECTORY /.build/telemetry
1616mv declarations-resolved.json $BUILD_SOURCESDIRECTORY /.build/telemetry/telemetry-core.json
1717mv config-resolved.json $BUILD_SOURCESDIRECTORY /.build/telemetry/telemetry-extensions.json
1818cd ..
19- rm -rf extraction
19+ rm -rf extraction
You can’t perform that action at this time.
0 commit comments