From 51468a5f2ba415febcfe40c4b98b55bf5e5702cf Mon Sep 17 00:00:00 2001 From: Aaron R Robinson Date: Wed, 22 Oct 2025 20:02:12 -0700 Subject: [PATCH] Host changes should trigger bootstrapped platforms Since the bootstrapped pipelines are senstive to hosting changes, we trigger them for host changes. --- eng/pipelines/runtime.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index ab9965d6823adc..9ac64ec4d2387b 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -537,6 +537,7 @@ extends: condition: >- or( eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true), + eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true), eq(variables['isRollingBuild'], true)) #