@@ -42,15 +42,15 @@ jobs:
42
42
runtimeVariant : minijit
43
43
buildArgs : -s mono+libs -c $(_BuildConfig)
44
44
timeoutInMinutes : 480
45
- ${{ if eq(variables['isRollingBuild'], true) }} :
45
+ # ${{ if eq(variables['isRollingBuild'], true) }}:
46
46
# extra steps, run tests
47
- postBuildSteps :
48
- - template : /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
49
- parameters :
50
- creator : dotnet-bot
51
- testRunNamePrefixSuffix : Mono_$(_BuildConfig)
52
- extraVariablesTemplates :
53
- - template : /eng/pipelines/common/templates/runtimes/test-variables.yml
47
+ postBuildSteps :
48
+ - template : /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
49
+ parameters :
50
+ creator : dotnet-bot
51
+ testRunNamePrefixSuffix : Mono_$(_BuildConfig)
52
+ extraVariablesTemplates :
53
+ - template : /eng/pipelines/common/templates/runtimes/test-variables.yml
54
54
55
55
#
56
56
# Build the whole product using CoreCLR for Android and run runtime tests with Android devices
@@ -82,15 +82,15 @@ jobs:
82
82
runtimeVariant : minijit
83
83
buildArgs : -s clr.runtime+clr.alljits+clr.corelib+clr.nativecorelib+clr.tools+clr.packages+libs+host+packs -c $(_BuildConfig)
84
84
timeoutInMinutes : 480
85
- ${{ if eq(variables['isRollingBuild'], true) }} :
85
+ # ${{ if eq(variables['isRollingBuild'], true) }}:
86
86
# extra steps, run tests
87
- postBuildSteps :
88
- - template : /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
89
- parameters :
90
- creator : dotnet-bot
91
- testRunNamePrefixSuffix : Mono_$(_BuildConfig)
92
- extraVariablesTemplates :
93
- - template : /eng/pipelines/common/templates/runtimes/test-variables.yml
87
+ postBuildSteps :
88
+ - template : /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
89
+ parameters :
90
+ creator : dotnet-bot
91
+ testRunNamePrefixSuffix : Mono_$(_BuildConfig)
92
+ extraVariablesTemplates :
93
+ - template : /eng/pipelines/common/templates/runtimes/test-variables.yml
94
94
95
95
#
96
96
# Android devices
0 commit comments