Set up CI with Azure Pipelines

[skip ci]
This commit is contained in:
Hong Ooi 2019-05-23 10:18:39 +10:00
Родитель af33ad4d8f
Коммит f88d180228
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -0,0 +1,9 @@
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: 'git push --prune https://$(ghPat)@github.com/cloudyr/AzureKeyVault +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*'
displayName: 'copy to cloudyr'