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