File tree Expand file tree Collapse file tree 3 files changed +14
-27
lines changed Expand file tree Collapse file tree 3 files changed +14
-27
lines changed Original file line number Diff line number Diff line change 99 batch : true
1010 branches :
1111 include :
12- - main
13- - internal/main
12+ - release/6.0
13+ - internal/release/6.0
1414 paths :
1515 include :
1616 - src\Microsoft.Data.SqlClient\netcore\ref
@@ -22,18 +22,11 @@ trigger:
2222 - Nuget.config
2323
2424schedules :
25- - cron : ' 0 4 * * Fri '
26- displayName : Weekly Thursday 9 :00 PM (UTC - 7) Build
25+ - cron : ' 0 5 * * Sat '
26+ displayName : Weekly Friday 10 :00 PM (UTC - 7) Build
2727 branches :
2828 include :
29- - internal/main
30- always : true
31-
32- - cron : ' 0 0 * * Mon-Fri'
33- displayName : Daily build 5:00 PM (UTC - 7) Build
34- branches :
35- include :
36- - main
29+ - internal/release/6.0
3730 always : true
3831
3932parameters : # parameters are shown up in ADO UI in a build queue time
Original file line number Diff line number Diff line change 99 batch : true
1010 branches :
1111 include :
12- - main
13- - internal/main
12+ - release/6.0
13+ - internal/release/6.0
1414 paths :
1515 include :
1616 - src
@@ -21,11 +21,11 @@ trigger:
2121 - Nuget.config
2222
2323schedules :
24- - cron : ' 0 5 * * Thu '
25- displayName : Weekly Wednesday 10:00 PM (UTC - 7) Build
24+ - cron : ' 0 5 * * Sat '
25+ displayName : Weekly Friday 10:00 PM (UTC - 7) Build
2626 branches :
2727 include :
28- - internal/main
28+ - internal/release/6.0
2929 always : true
3030
3131parameters : # parameters are shown up in ADO UI in a build queue time
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: $(Year:YY)$(DayOfYear)$(Rev:.r)
88trigger :
99 branches :
1010 include :
11- - internal/main
11+ - internal/release/6.0
1212 paths :
1313 include :
1414 - src
@@ -21,19 +21,13 @@ trigger:
2121 - ' *.sh'
2222
2323schedules :
24- - cron : ' 30 4 * * Mon'
25- displayName : Weekly Sunday 9:30 PM (UTC - 7) Build
24+ - cron : ' 0 5 * * Mon'
25+ displayName : Weekly Sunday 10:00 PM (UTC - 7) Build
2626 branches :
2727 include :
28- - internal/main
28+ - internal/release/6.0
2929 always : true
3030
31- - cron : ' 30 3 * * Mon-Fri'
32- displayName : Mon-Fri 8:30 PM (UTC - 7) Build
33- branches :
34- include :
35- - internal/main
36-
3731parameters : # parameters are shown up in ADO UI in a build queue time
3832- name : ' debug'
3933 displayName : ' Enable debug output'
You can’t perform that action at this time.
0 commit comments