Skip to content

Commit 4c57634

Browse files
authored
[release/8.0.1xx] Fix SDK Diff pipeline trigger (#20448)
1 parent 7525d57 commit 4c57634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SourceBuild/content/eng/pipelines/source-build-sdk-diff-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ schedules:
99
# https://learn.microsoft.com/en-us/azure/devops/pipelines/process/pipeline-triggers?view=azure-devops#branch-considerations
1010
resources:
1111
pipelines:
12-
- pipeline: dotnet-source-build
13-
source: dotnet-source-build
12+
- pipeline: dotnet-source-build-pre10.0
13+
source: dotnet-source-build-pre10.0
1414
trigger:
1515
branches:
1616
include:

0 commit comments

Comments
 (0)