Skip to content

Commit dd06be7

Browse files
committed
temporary enable runtime ios tests to be ran
1 parent 9677caa commit dd06be7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

eng/pipelines/runtime-staging.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,11 @@ jobs:
301301
eq(dependencies.evaluate_paths.outputs['SetPathVars_runtimetests.containsChange'], true),
302302
eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
303303
eq(variables['isRollingBuild'], true))
304-
${{ if eq(variables['isRollingBuild'], true) }}:
305-
# extra steps, run tests
306-
extraStepsTemplate: /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
307-
extraStepsParameters:
308-
creator: dotnet-bot
309-
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
304+
# extra steps, run tests
305+
extraStepsTemplate: /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
306+
extraStepsParameters:
307+
creator: dotnet-bot
308+
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
310309

311310
#
312311
# Build the whole product using Mono and run libraries tests, for Wasm.Build.Tests

0 commit comments

Comments
 (0)