Skip to content

Commit 9bcdd87

Browse files
Host changes should trigger bootstrapped platforms (#120999)
Since the bootstrapped pipelines are senstive to hosting changes, we trigger them for host changes. Adding additional trigger as mentioned at #120234 (comment).
1 parent c5bb20a commit 9bcdd87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/runtime.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ extends:
537537
condition: >-
538538
or(
539539
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
540+
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
540541
eq(variables['isRollingBuild'], true))
541542
542543
#

0 commit comments

Comments
 (0)