Skip to content

Commit 3bb7e54

Browse files
authored
Change pr.yml -> sb-pr.yml
This allows us to repoint the SB pipeline at this YAML file, meaning that we can manage triggers for UB, which uses ci.yml, via YAML files rather than the UI. Updated comments to reflect where this file will be used.
1 parent 218539f commit 3bb7e54

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.2xx
8+
- internal/release/9.0.2xx
169

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

0 commit comments

Comments
 (0)