Skip to content

Commit

Permalink
Build less of libs for CoreCLR tools tests (#89154)
Browse files Browse the repository at this point in the history
Similar to #89153. I don't think we need System.Speech & co for tools tests.
  • Loading branch information
MichalStrehovsky committed Jul 19, 2023
1 parent 9343b2f commit ef4860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ extends:
jobParameters:
timeoutInMinutes: 120
nameSuffix: CLR_Tools_Tests
buildArgs: -s clr.aot+clr.iltools+libs+clr.toolstests -c $(_BuildConfig) -test
buildArgs: -s clr.aot+clr.iltools+libs.sfx+clr.toolstests -c $(_BuildConfig) -test
enablePublishTestResults: true
testResultsFormat: 'xunit'
# We want to run AOT tests when illink changes because there's share code and tests from illink which are used by AOT
Expand Down

0 comments on commit ef4860a

Please sign in to comment.