mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-02-23 14:59:07 +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'
|