File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ jobs:
8282 runtimeVariant : minijit
8383 buildArgs : -s clr.runtime+clr.alljits+clr.corelib+clr.nativecorelib+clr.tools+clr.packages+libs+host+packs -c $(_BuildConfig)
8484 timeoutInMinutes : 480
85- ${{ if eq(variables['isRollingBuild'], true) }} :
85+ # ${{ if eq(variables['isRollingBuild'], true) }}:
8686 # 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
9494
9595#
9696# Android devices
You can’t perform that action at this time.
0 commit comments