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:
Diffstat (limited to 'build/azure-pipelines/distro-build.yml')
-rw-r--r--build/azure-pipelines/distro-build.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml
index 307f226dc0a..c455592d688 100644
--- a/build/azure-pipelines/distro-build.yml
+++ b/build/azure-pipelines/distro-build.yml
@@ -4,9 +4,7 @@ pool:
trigger:
branches:
include: ["main", "release/*"]
-pr:
- branches:
- include: ["main", "release/*"]
+pr: none
steps:
- task: NodeTool@0