Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobo <hop2deep@gmail.com>2022-02-24 19:49:49 +0300
committerGitHub <noreply@github.com>2022-02-24 19:49:49 +0300
commitdf645f14506142d6b20be6f6bda6bc40286ff739 (patch)
treefa7b40c322e0a258df2f5314413990061e542b4a /build/azure-pipelines/distro-build.yml
parente6cfe7e81b73ae116312c6f4a38f0db314203284 (diff)
chore: revert to electron@13 (#143851)
* Revert "chore: update to electron 16 (#137241)" This reverts commit 01df559c184549248fcfbcecc5a616462e00c252. This reverts commit 46301339b71e7f99187edd262b809e8788bcb358 * ci: fix remote compiler for sdl-scan * chore: fix remote/.yarnrc * chore: fix build/npm/postinstall.js * chore: rm crash reporter from shared process * chore: rm crash reporter from ext host * chore: fix build/lib/layersChecker.ts * :chore: preserve some more changes * fix tests Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Diffstat (limited to 'build/azure-pipelines/distro-build.yml')
-rw-r--r--build/azure-pipelines/distro-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml
index 307f226dc0a..53b62b47a4e 100644
--- a/build/azure-pipelines/distro-build.yml
+++ b/build/azure-pipelines/distro-build.yml
@@ -11,7 +11,7 @@ pr:
steps:
- task: NodeTool@0
inputs:
- versionSpec: "16.x"
+ versionSpec: "14.x"
- task: AzureKeyVault@1
displayName: "Azure Key Vault: Get Secrets"