From 0dca657bc60851dc4a8ce8440f0b6d6f23f5584e Mon Sep 17 00:00:00 2001 From: David Wrighton Date: Wed, 17 Jun 2026 15:15:57 -0700 Subject: [PATCH] Limit osx-x64 CoreCLR_Libraries PR builds Only run the osx-x64 release CoreCLR_Libraries build for installer PR changes, since its PR dependency path is the osx-x64 installer build/test job. Keep the build enabled for rolling runs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- eng/pipelines/runtime.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 18afad1723cead..4cf8bd4d20ce1f 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -349,8 +349,7 @@ extends: displayName: Build Assets condition: >- or( - eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_non_mono_and_wasm.containsChange'], true), - eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true), + eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true), eq(variables['isRollingBuild'], true)) #