blessing-skin-server/azure-pipelines.yml
2019-08-01 11:44:59 +08:00

13 lines
131 B
YAML

trigger:
- master
- dev
pr: none
pool:
vmImage: 'ubuntu-latest'
steps:
- pwsh: ./scripts/release.ps1
displayName: 'Release'