File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
testGroup : innerloop
36
36
nameSuffix : AllSubsets_Mono
37
37
isExtraPlatforms : ${{ parameters.isExtraPlatformsBuild }}
38
- buildArgs : -s mono+libs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:DevTeamProvisioning=- $(_runSmokeTestsOnlyArg) /p:BuildTestsOnHelix=true /p:EnableAdditionalTimezoneChecks=true /p:UsePortableRuntimePack=true /p:BuildDarwinFrameworks=true /p:IsManualOrRollingBuild=true
38
+ buildArgs : -s mono+libs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:DevTeamProvisioning=- /p:RunAOTCompilation=true $(_runSmokeTestsOnlyArg) /p:BuildTestsOnHelix=true /p:EnableAdditionalTimezoneChecks=true /p:UsePortableRuntimePack=true /p:BuildDarwinFrameworks=true /p:IsManualOrRollingBuild=true
39
39
timeoutInMinutes : 180
40
40
# extra steps, run tests
41
41
extraStepsTemplate : /eng/pipelines/libraries/helix.yml
Original file line number Diff line number Diff line change 37
37
jobParameters :
38
38
testGroup : innerloop
39
39
nameSuffix : AllSubsets_Mono
40
- buildArgs : -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true $(_runSmokeTestsOnlyArg) /p:BuildDarwinFrameworks=true
40
+ buildArgs : -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true $(_runSmokeTestsOnlyArg) /p:RunAOTCompilation=true /p:MonoForceInterpreter=true /p: BuildDarwinFrameworks=true
41
41
timeoutInMinutes : 180
42
42
# extra steps, run tests
43
43
extraStepsTemplate : /eng/pipelines/libraries/helix.yml
You can’t perform that action at this time.
0 commit comments