From 4251f55fe3abe7ded06a1d5c9ea3cf752c106b2e Mon Sep 17 00:00:00 2001 From: Tomer Rosenthal Date: Tue, 9 Jul 2024 14:39:10 -0700 Subject: [PATCH] Create code mirror --- eng/ci/code-mirror.yml | 17 +++++++++++++++++ 1 file changed, 17 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..01aaf49 --- /dev/null +++ b/eng/ci/code-mirror.yml @@ -0,0 +1,17 @@ +trigger: + branches: + include: + - 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