From 88fa95cc192c48c84bf816d9f7671de31444fec1 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Sun, 7 Nov 2021 18:51:17 -0500 Subject: [PATCH] [wasm] fix check for WBT jobs --- eng/pipelines/runtime-staging.yml | 3 ++- eng/pipelines/runtime.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/runtime-staging.yml b/eng/pipelines/runtime-staging.yml index dbf6ce84d418d..22ab3c6e2a59f 100644 --- a/eng/pipelines/runtime-staging.yml +++ b/eng/pipelines/runtime-staging.yml @@ -482,7 +482,8 @@ jobs: buildConfig: release runtimeFlavor: mono platforms: - - ${{ if eq(variables['isFullMatrix'], true) }}: + #- ${{ if or(eq(variables['isFullMatrix'], true), eq(dependencies.evaluate_paths.outputs['SetPathVars_wasmbuildtests.containsChange'], true)) }}: + - or(eq($[ variables['isFullMatrix'] ], true), eq($[ dependencies.evaluate_paths.outputs['SetPathVars_wasmbuildtests.containsChange'] ], true)): - Browser_wasm_win variables: # map dependencies variables to local variables diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 9a2f0a98e329e..f3a63bbd62df6 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -326,7 +326,7 @@ jobs: runtimeFlavor: mono platforms: # BuildWasmApps should only happen on the rolling build. No need to duplicate the build on PR's - - ${{ if eq(variables['isFullMatrix'], true) }}: + - ${{ if or(eq(variables['isFullMatrix'], true), eq(dependencies.evaluate_paths.outputs['SetPathVars_wasmbuildtests.containsChange'], true)) }}: - Browser_wasm variables: # map dependencies variables to local variables