configuration/azure-pipelines.yml

20 строки
274 B
YAML

# Build pipeline
resources:
repositories:
- repository: templates
type: github
name: unitycontainer/DevOps
endpoint: Unity Container
trigger:
- v5.x
- refs/tags/v5.*
pool:
vmImage: 'windows-latest'
steps:
- template: build-steps.yml@templates