From 9110d01624776dc3fe76d9b2dddbc01fbda4308b Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Thu, 15 Sep 2022 18:27:45 -0400 Subject: [PATCH] Mono product build jobs only build the runtime, so don't trigger on library changes --- 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 5dfa5c0ed9466..04e209c541cfe 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -629,7 +629,7 @@ jobs: # # Build Mono debug -# Only when libraries or mono changed +# Only when mono changed # - template: /eng/pipelines/common/platform-matrix.yml parameters: @@ -649,7 +649,6 @@ jobs: jobParameters: condition: >- or( - eq(dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true), eq(dependencies.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true), eq(variables['isRollingBuild'], true))