diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml index 1c7d6490df5f6..2495dbdef4eb2 100644 --- a/eng/pipelines/common/xplat-setup.yml +++ b/eng/pipelines/common/xplat-setup.yml @@ -50,7 +50,7 @@ jobs: value: $(buildConfigUpper) - name: _runSmokeTestsOnlyArg - value: '/p:RunSmokeTestsOnly=$(isNotManualAndIsPR)' + value: '' - ${{ if or(eq(parameters.osGroup, 'windows'), eq(parameters.hostedOs, 'windows')) }}: - name: archiveExtension value: '.zip' diff --git a/eng/pipelines/runtime-staging.yml b/eng/pipelines/runtime-staging.yml index 9dce643f1a3ac..0731a9e70891a 100644 --- a/eng/pipelines/runtime-staging.yml +++ b/eng/pipelines/runtime-staging.yml @@ -106,7 +106,7 @@ jobs: eq(variables['librariesContainsChange'], true), eq(variables['monoContainsChange'], true), eq(variables['isManualOrIsNotPR'], true), - eq(variables['isFullMatrix'], true)) + eq(true, true)) # # MacCatalyst interp - requires AOT Compilation and Interp flags diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 770d9c1de4cda..33081c9c70576 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -328,9 +328,7 @@ jobs: buildConfig: Release 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) }}: - - Browser_wasm + - Browser_wasm variables: # map dependencies variables to local variables - name: monoContainsChange @@ -493,8 +491,8 @@ jobs: nameSuffix: AllSubsets_Mono_RuntimeTests buildArgs: -s mono+libs -c $(_BuildConfig) timeoutInMinutes: 180 - condition: >- - eq(variables['isFullMatrix'], true) + #condition: >- + # eq(variables['isFullMatrix'], true) # NOTE: Per PR test execution is not recommended for mobile runtime tests # extra steps, run tests extraStepsTemplate: /eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml