16 строки
316 B
YAML
16 строки
316 B
YAML
trigger:
|
|
- master
|
|
- release/*
|
|
|
|
# See https://github.com/aspnet/BuildTools
|
|
resources:
|
|
repositories:
|
|
- repository: buildtools
|
|
type: github
|
|
endpoint: DotNet-Bot GitHub Connection
|
|
name: aspnet/BuildTools
|
|
ref: refs/heads/master
|
|
|
|
phases:
|
|
- template: .vsts-pipelines/templates/project-ci.yml@buildtools
|