Add code-mirror.yml
This commit is contained in:
Родитель
f0c7eec1e3
Коммит
af20e8efb1
|
@ -0,0 +1,21 @@
|
|||
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).
|
||||
- dev
|
||||
- v4.x/*
|
||||
- v3.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
|
Загрузка…
Ссылка в новой задаче