Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ trigger:
batch: true
branches:
include:
- main
- internal/main
- release/6.1
- internal/release/6.1
paths:
include:
- src\Microsoft.Data.SqlClient\netcore\ref
Expand All @@ -22,18 +22,11 @@ trigger:
- Nuget.config

schedules:
- cron: '0 4 * * Fri'
displayName: Weekly Thursday 9:00 PM (UTC - 7) Build
- cron: '0 5 * * Sun'
displayName: Weekly Saturday 10:00 PM (UTC - 7) Build
branches:
include:
- internal/main
always: true

- cron: '0 0 * * Mon-Fri'
displayName: Daily build 5:00 PM (UTC - 7) Build
branches:
include:
- main
- internal/release/6.1
always: true

parameters: # parameters are shown up in ADO UI in a build queue time
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ trigger:
batch: true
branches:
include:
- main
- internal/main
- release/6.1
- internal/release/6.1
paths:
include:
- src
Expand All @@ -21,11 +21,11 @@ trigger:
- Nuget.config

schedules:
- cron: '0 5 * * Thu'
displayName: Weekly Wednesday 10:00 PM (UTC - 7) Build
- cron: '0 5 * * Sun'
displayName: Weekly Saturday 10:00 PM (UTC - 7) Build
branches:
include:
- internal/main
- internal/release/6.1
always: true

parameters: # parameters are shown up in ADO UI in a build queue time
Expand Down
14 changes: 4 additions & 10 deletions eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: $(Year:YY)$(DayOfYear)$(Rev:.r)
trigger:
branches:
include:
- internal/main
- internal/release/6.1
paths:
include:
- src
Expand All @@ -21,19 +21,13 @@ trigger:
- '*.sh'

schedules:
- cron: '30 4 * * Mon'
displayName: Weekly Sunday 9:30 PM (UTC - 7) Build
- cron: '0 5 * * Mon'
displayName: Weekly Sunday 10:00 PM (UTC - 7) Build
branches:
include:
- internal/main
- internal/release/6.1
always: true

- cron: '30 3 * * Mon-Fri'
displayName: Mon-Fri 8:30 PM (UTC - 7) Build
branches:
include:
- internal/main

parameters: # parameters are shown up in ADO UI in a build queue time
- name: 'debug'
displayName: 'Enable debug output'
Expand Down
Loading