Skip to content

Commit 818c5b0

Browse files
committed
fix runtime tests config
1 parent 989cb20 commit 818c5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/extra-platforms/runtime-extra-platforms-linuxbionic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
jobParameters:
4040
testGroup: innerloop
4141
targetRid: linux-bionic-x64
42-
nameSuffix: AllSubsets_Mono
43-
buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
42+
nameSuffix: AllSubsets_Mono_RuntimeTests
43+
buildArgs: -s mono+libs -c $(_BuildConfig)
4444
timeoutInMinutes: 480
4545
# extra steps, run tests
4646
postBuildSteps:

0 commit comments

Comments
 (0)