File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed
src/SourceBuild/content/eng/pipelines Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 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
16
14
17
15
variables :
18
16
# enable source-only build for pipelines that contain the -source-build string
You can’t perform that action at this time.
0 commit comments