@@ -271,7 +271,7 @@ extends:
271
271
or(
272
272
eq(dependencies.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
273
273
eq(dependencies.evaluate_paths.outputs['SetPathVars_runtimetests.containsChange'], true),
274
- eq(variables['isFullMatrix '], true))
274
+ eq(variables['isRollingBuild '], true))
275
275
276
276
#
277
277
# CoreCLR NativeAOT checked build and smoke tests
@@ -309,7 +309,7 @@ extends:
309
309
or(
310
310
eq(dependencies.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
311
311
eq(dependencies.evaluate_paths.outputs['SetPathVars_runtimetests.containsChange'], true),
312
- eq(variables['isFullMatrix '], true))
312
+ eq(variables['isRollingBuild '], true))
313
313
314
314
#
315
315
# CoreCLR NativeAOT release build and smoke tests
@@ -353,7 +353,7 @@ extends:
353
353
or(
354
354
eq(dependencies.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
355
355
eq(dependencies.evaluate_paths.outputs['SetPathVars_runtimetests.containsChange'], true),
356
- eq(variables['isFullMatrix '], true))
356
+ eq(variables['isRollingBuild '], true))
357
357
358
358
#
359
359
# CoreCLR NativeAOT release build and libraries tests
@@ -384,7 +384,7 @@ extends:
384
384
or(
385
385
eq(dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
386
386
eq(dependencies.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
387
- eq(variables['isFullMatrix '], true))
387
+ eq(variables['isRollingBuild '], true))
388
388
389
389
# Build and test clr tools
390
390
- template : /eng/pipelines/common/platform-matrix.yml
0 commit comments