[Bug][Build]: Fix azp trigger branches error (#9668)
The character "?" is not supported in azp template trigger branches, only support *.
This commit is contained in:
parent
6fd332791e
commit
d7f442942b
@ -11,10 +11,10 @@ schedules:
|
||||
displayName: Daily Build
|
||||
branches:
|
||||
include:
|
||||
- 20????
|
||||
- 20*
|
||||
exclude:
|
||||
- 200???
|
||||
- 201???
|
||||
- 200*
|
||||
- 201*
|
||||
- 202006
|
||||
always: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user