File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments