mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
12 lines
122 B
YAML
12 lines
122 B
YAML
trigger:
|
|
- dev
|
|
|
|
pr: none
|
|
|
|
pool:
|
|
vmImage: 'ubuntu-latest'
|
|
|
|
steps:
|
|
- pwsh: ./scripts/release.ps1
|
|
displayName: 'Release'
|