From 59175d80c96e7a55562206e072011d6e4a94b4e6 Mon Sep 17 00:00:00 2001 From: Miroslav Stastny Date: Fri, 4 Nov 2022 11:48:30 +0100 Subject: [PATCH 1/2] Enable build pipeline for web-components-v3 branch --- azure-pipelines.bundlesize.yml | 1 + azure-pipelines.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/azure-pipelines.bundlesize.yml b/azure-pipelines.bundlesize.yml index cdbb2a33b0cb1..a807b04ede8ec 100644 --- a/azure-pipelines.bundlesize.yml +++ b/azure-pipelines.bundlesize.yml @@ -1,5 +1,6 @@ pr: - master + - web-components-v3 trigger: - master diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a68b0f019512d..8f34f2b08ca05 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,6 @@ pr: - master + - web-components-v3 # There's a separate pipeline for CI which also uses this file, but with a trigger override in the UI # https://dev.azure.com/uifabric/fabricpublic/_apps/hub/ms.vss-ciworkflow.build-ci-hub?_a=edit-build-definition&id=164&view=Tab_Triggers From a7861b0e831dbb69be24eaf488dc43eced21e8a9 Mon Sep 17 00:00:00 2001 From: Miroslav Stastny Date: Fri, 4 Nov 2022 20:11:42 +0100 Subject: [PATCH 2/2] Add comments --- azure-pipelines.bundlesize.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.bundlesize.yml b/azure-pipelines.bundlesize.yml index a807b04ede8ec..c7edefb72023d 100644 --- a/azure-pipelines.bundlesize.yml +++ b/azure-pipelines.bundlesize.yml @@ -1,6 +1,6 @@ pr: - master - - web-components-v3 + - web-components-v3 # Remove before merging to master trigger: - master diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8f34f2b08ca05..326c945793c57 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ pr: - master - - web-components-v3 + - web-components-v3 # Remove before merging to master # There's a separate pipeline for CI which also uses this file, but with a trigger override in the UI # https://dev.azure.com/uifabric/fabricpublic/_apps/hub/ms.vss-ciworkflow.build-ci-hub?_a=edit-build-definition&id=164&view=Tab_Triggers