From 8b2f8d2b7c6cbd8d257945b6de254106f5351db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 5 Apr 2023 12:53:04 +0200 Subject: [PATCH] Disable internal build on new pipeline (#4476) --- azure-pipelines.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 18b335b4d3..c5081f2e01 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,8 @@ -trigger: -- main -- rel/* +# Don't trigger internal build, anything before 17.7 is built on TestPlatform.CI.Real pipeline +# that is not YAML based. +# trigger: +# - main +# - rel/* pr: - main