Schedule pipeline in release branch (#682)
This commit is contained in:
Родитель
5ba2ce5fdc
Коммит
9d8869970a
|
@ -4,6 +4,14 @@ pr: none
|
|||
|
||||
trigger: none
|
||||
|
||||
schedules:
|
||||
- cron: "0 0 * * *"
|
||||
displayName: Daily midnight build
|
||||
branches:
|
||||
include:
|
||||
- release-*
|
||||
always: true
|
||||
|
||||
jobs:
|
||||
|
||||
- job: 'Build_Publish_Azure_CLI_Test_SDK'
|
||||
|
|
Загрузка…
Ссылка в новой задаче