From dda9db910c8928a4c6f049073b5eeb187cb515a2 Mon Sep 17 00:00:00 2001 From: Eric Jizba Date: Wed, 29 May 2024 15:53:13 -0700 Subject: [PATCH] Add code mirror pipeline (#262) --- azure-pipelines/code-mirror.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 azure-pipelines/code-mirror.yml diff --git a/azure-pipelines/code-mirror.yml b/azure-pipelines/code-mirror.yml new file mode 100644 index 0000000..0f1804a --- /dev/null +++ b/azure-pipelines/code-mirror.yml @@ -0,0 +1,17 @@ +trigger: + branches: + include: + - v*.x + +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