File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed
src/SourceBuild/content/eng/pipelines Expand file tree Collapse file tree 1 file changed +8
-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+ trigger : none
4+ pr :
5+ branches :
6+ include :
7+ - release/9.0.2xx
8+ - internal/release/9.0.2xx
169
1710variables :
1811# enable source-only build for pipelines that contain the -source-build string
You can’t perform that action at this time.
0 commit comments