Skip to content

Commit

Permalink
adding core mirroring yml (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
khkh-ms committed May 14, 2024
1 parent 58adccb commit 85d9ca1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions code-mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
trigger:
branches:
include:
# Below branches are examples for Azure/azure-functions-host. Replace with appropriate branches for your repository.
# Keep this set limited as appropriate (don't mirror individual user branches).
- v4.x
- v3.x
- release_4.0
- release_3.0
- release_4.0_hotfix

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

0 comments on commit 85d9ca1

Please sign in to comment.