Skip to content

Commit 47cdb4e

Browse files
authored
Change pr.yml -> sb-pr.yml (#49095)
1 parent 963dbda commit 47cdb4e

File tree

1 file changed

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

1 file changed

+8
-15
lines changed

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

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
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+
trigger: none
4+
pr:
5+
branches:
6+
include:
7+
- release/9.0.3xx
8+
- internal/release/9.0.3xx
169

1710
variables:
1811
# enable source-only build for pipelines that contain the -source-build string

0 commit comments

Comments
 (0)