Skip to content

Commit

Permalink
Merge pull request #329 from Masterain98/main
Browse files Browse the repository at this point in the history
devops improvements
  • Loading branch information
Masterain98 authored Dec 29, 2022
2 parents 26e6d20 + d45c40d commit b8f354b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ body:
- 游戏启动器
- 实时便笺
- 养成计算器
- 用户面板
- 文件缓存
- 祈愿记录
- 玩家查询
Expand Down
13 changes: 11 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
# 6. Run

trigger:
- main
branches:
include:
- main
paths:
exclude:
- *.md
- *.yml
- .github/ISSUE_TEMPLATE/*.yml
- .github/workflows/*.yml


pool:
vmImage: 'windows-2022'
Expand Down Expand Up @@ -144,4 +153,4 @@ steps:
$(cerFile.secureFilePath)
isPreRelease: true
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'
changeLogType: 'commitBased'

0 comments on commit b8f354b

Please # to comment.