File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -301,12 +301,11 @@ jobs:
301
301
eq(dependencies.evaluate_paths.outputs['SetPathVars_runtimetests.containsChange'], true),
302
302
eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
303
303
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)
310
309
311
310
#
312
311
# Build the whole product using Mono and run libraries tests, for Wasm.Build.Tests
You can’t perform that action at this time.
0 commit comments