This commit is contained in:
DismissedLight
2022-12-29 15:03:33 +08:00
2 changed files with 12 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ body:
- 游戏启动器
- 实时便笺
- 养成计算器
- 用户面板
- 文件缓存
- 祈愿记录
- 玩家查询

View File

@@ -8,7 +8,16 @@
# 6. Run
trigger:
- main
branches:
include:
- main
paths:
exclude:
- README.md
- azure-pipelines.yml
- .github/ISSUE_TEMPLATE/*.yml
- .github/workflows/*.yml
pool:
vmImage: 'windows-2022'
@@ -144,4 +153,4 @@ steps:
$(cerFile.secureFilePath)
isPreRelease: true
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'
changeLogType: 'commitBased'