Set up CI with Azure Pipelines

[skip ci]
This commit is contained in:
Eugene Sadovoi 2019-11-13 10:58:57 -08:00
Родитель b2354690e6
Коммит 98950cd5ea
1 изменённых файлов: 19 добавлений и 0 удалений

19
azure-pipelines.yml Normal file
Просмотреть файл

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