Skip to content
代码片段 群组 项目
未验证 提交 7c27e111 编辑于 作者: Doug Bunting's avatar Doug Bunting 提交者: GitHub
浏览文件

[release/5.0] Add release/5.0 pipeline runs (#27533)

- run aspnetcore-helix-matrix at 09:00 UTC
  - the first run of master starts at noon UTC
  - looks highly unlikely new run would take 3 hours
- add rolling builds of aspnetcore-quarantined-pr

nit: make target branches for PR builds explicit
- we don't support Helix testing of 3.1 or older
上级 80482fb9
No related branches found
No related tags found
无相关合并请求
...@@ -2,11 +2,17 @@ ...@@ -2,11 +2,17 @@
pr: none pr: none
trigger: none trigger: none
schedules: schedules:
# Cron timezone is UTC.
- cron: "0 */12 * * *" - cron: "0 */12 * * *"
branches: branches:
include: include:
- master - master
always: true always: true
- cron: "0 9 * * *"
branches:
include:
- release/5.0
always: false
variables: variables:
- ${{ if ne(variables['System.TeamProject'], 'internal') }}: - ${{ if ne(variables['System.TeamProject'], 'internal') }}:
......
...@@ -4,6 +4,14 @@ trigger: ...@@ -4,6 +4,14 @@ trigger:
branches: branches:
include: include:
- master - master
- release/5.0
pr:
autoCancel: true
branches:
include:
- master
- release/5.0
schedules: schedules:
- cron: "0 */4 * * *" - cron: "0 */4 * * *"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册