Skip to content

Commit 84f47e7

Browse files
authored
Change pr.yml -> sb-pr.yml (#49093)
1 parent 62acc43 commit 84f47e7

File tree

1 file changed

+13
-15
lines changed
  • src/SourceBuild/content/eng/pipelines

1 file changed

+13
-15
lines changed

src/SourceBuild/content/eng/pipelines/pr.yml renamed to src/SourceBuild/content/eng/pipelines/sb-pr.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
# This yml is used by these PR pipelines and triggers:
2-
# NOTE: the triggers are defined in the Azure DevOps UI as they are too complex
3-
#
4-
# - dotnet-source-build (public)
5-
# https://dev.azure.com/dnceng-public/public/_build?definitionId=240
6-
# - PR: ultralite build
7-
# - CI: release/* only, every batched commit, full build
8-
# - Schedule: main only, full build
9-
#
10-
# - dotnet-unified-build (public)
11-
# https://dev.azure.com/dnceng-public/public/_build?definitionId=278
12-
# - PR: lite build
13-
# - CI: release/* only, every batched commit, full build
14-
# - Schedule: main only, full build
15-
#
1+
# This is the non-1ES PR pipeline for dotnet/dotnet
2+
# https://dev.azure.com/dnceng-public/public/_build?definitionId=240
3+
4+
trigger:
5+
batch: true
6+
branches:
7+
include:
8+
- release/9.0.1xx
9+
10+
pr:
11+
branches:
12+
include:
13+
- release/9.0.1xx
1614

1715
variables:
1816
# enable source-only build for pipelines that contain the -source-build string

0 commit comments

Comments
 (0)