Skip to content

Commit 0616345

Browse files
Prepend internal/ to schedule branch filter in sqlclient-kerberos pipeline (#4284)
* Prepend internal/ to schedule branch filter in sqlclient-kerberos pipeline Agent-Logs-Url: https://github.com/dotnet/SqlClient/sessions/32560c75-1937-4a17-b776-4ab714e2bac8 Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com> * Update comment to reflect internal/ branch prefix Agent-Logs-Url: https://github.com/dotnet/SqlClient/sessions/32560c75-1937-4a17-b776-4ab714e2bac8 Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com>
1 parent 3696051 commit 0616345

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/pipelines/kerberos/sqlclient-kerberos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Daily Kerberos authentication test pipeline for Microsoft.Data.SqlClient.
1111
# Replaces the Classic "Test-SqlClient-Kerberos-Azure" pipeline.
1212
#
13-
# Schedule: daily at 08:00 UTC on release/6.1.
13+
# Schedule: daily at 08:00 UTC on internal/release/6.1.
1414
#
1515
# Job breakdown (8 total):
1616
# Stage: windows → 4 jobs (net8/9 × NativeSNI/ManagedSNI)
@@ -43,7 +43,7 @@ schedules:
4343
displayName: Daily run (08:00 UTC)
4444
branches:
4545
include:
46-
- release/6.1
46+
- internal/release/6.1
4747
always: true
4848

4949
name: $(date:yyyyMMdd)$(rev:.r)

0 commit comments

Comments
 (0)