From f3e5f2621f05d615d52fd6005bf9c6d6d811ce99 Mon Sep 17 00:00:00 2001 From: David Justo Date: Thu, 30 May 2024 16:41:36 -0700 Subject: [PATCH] Add code mirror pipeline (#399) * add code mirror pipeline * move within eng/ci as per convention --- eng/ci/code-mirror.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 eng/ci/code-mirror.yml diff --git a/eng/ci/code-mirror.yml b/eng/ci/code-mirror.yml new file mode 100644 index 0000000..f884e10 --- /dev/null +++ b/eng/ci/code-mirror.yml @@ -0,0 +1,19 @@ +trigger: + branches: + include: + # These are the branches we'll mirror to our internal ADO instance + # Keep this set limited as appropriate (don't mirror individual user branches). + - main + +resources: + repositories: + - repository: eng + type: git + name: engineering + ref: refs/tags/release + +variables: + - template: ci/variables/cfs.yml@eng + +extends: + template: ci/code-mirror.yml@eng