Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 25 additions & 8 deletions eng/ci/code-mirror.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
variables:
- template: ci/variables/cfs.yml@eng

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

# CI only, does not trigger on PRs.
pr: none

resources:
repositories:
- repository: eng
type: git
name: engineering
ref: refs/tags/release

variables:
- template: ci/variables/cfs.yml@eng
- repository: 1ESPipelineTemplates
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
- repository: eng
type: git
name: engineering
ref: refs/tags/release

extends:
template: ci/code-mirror.yml@eng
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
pool:
name: 1es-pool-azfunc
image: 1es-windows-2022
os: windows
sdl:
spotBugs:
enabled: false
stages:
- template: ci/code-mirror.yml@eng
Loading