[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
2865fd4c72
commit
dbdce62efe
@ -11,10 +11,10 @@ schedules:
|
|||||||
displayName: Daily Build
|
displayName: Daily Build
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- 20????
|
- 20*
|
||||||
exclude:
|
exclude:
|
||||||
- 200???
|
- 200*
|
||||||
- 201???
|
- 201*
|
||||||
- 202006
|
- 202006
|
||||||
always: true
|
always: true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user