Configuration/.vsts-pipelines/builds/ci-public.yml

16 строки
321 B
YAML
Исходник Постоянная ссылка Обычный вид История

2018-06-08 01:43:40 +03:00
trigger:
- master
2018-06-08 01:43:40 +03:00
- release/*
# See https://github.com/aspnet/BuildTools
resources:
repositories:
- repository: buildtools
type: github
endpoint: DotNet-Bot GitHub Connection
name: aspnet/BuildTools
ref: refs/heads/release/2.2
2018-06-08 01:43:40 +03:00
phases:
- template: .vsts-pipelines/templates/project-ci.yml@buildtools