Skip to content

Commit

Permalink
Use release config for Mono tests (#99920)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Mar 18, 2024
1 parent aea3682 commit 9ceb2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ extends:
jobParameters:
testGroup: innerloop
nameSuffix: Mono_Interpreter_LibrariesTests
buildArgs: -s mono+libs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
buildArgs: -s mono+libs+libs.tests -rc Release -c $(_BuildConfig) /p:ArchiveTests=true
timeoutInMinutes: 480
# extra steps, run tests
postBuildSteps:
Expand Down Expand Up @@ -1804,7 +1804,7 @@ extends:
jobParameters:
testGroup: innerloop
nameSuffix: Mono_MiniJIT_LibrariesTests
buildArgs: -s mono+libs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
buildArgs: -s mono+libs+libs.tests -rc Release -c $(_BuildConfig) /p:ArchiveTests=true
timeoutInMinutes: 480
# extra steps, run tests
postBuildSteps:
Expand Down

0 comments on commit 9ceb2e0

Please sign in to comment.