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:
authorSteVen Batten <sbatten@microsoft.com>2022-05-05 00:14:33 +0300
committerSteVen Batten <sbatten@microsoft.com>2022-05-05 00:14:33 +0300
commit64d6fadbdc7ff5c68f9dd711c92223ee0521edbc (patch)
treef7bf54cd4fd7c284c4809ef51083da8fbb92dab2 /build/azure-pipelines
parent9dab79d9c8680f11f4453f9e39cd5902ac8d91c5 (diff)
Revert "Trigger product build on PRs to release branches"
This reverts commit 9e41d534b49dfa60d87e2cef36d894def976bf28.
Diffstat (limited to 'build/azure-pipelines')
-rw-r--r--build/azure-pipelines/product-build.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml
index dfe50832d3c..635966d13c1 100644
--- a/build/azure-pipelines/product-build.yml
+++ b/build/azure-pipelines/product-build.yml
@@ -1,10 +1,4 @@
-trigger:
- branches:
- include: ["main", "release/*"]
-
-pr:
- branches:
- include: ["release/*"]
+pr: none
schedules:
- cron: "0 5 * * Mon-Fri"
@@ -14,6 +8,10 @@ schedules:
- main
- joao/web
+trigger:
+ branches:
+ include: ["main", "release/*"]
+
parameters:
- name: VSCODE_DISTRO_REF
displayName: Distro Ref (Private build)