We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6944091 commit d896e85Copy full SHA for d896e85
eng/pipelines/runtime.yml
@@ -956,7 +956,7 @@ extends:
956
jobParameters:
957
testGroup: innerloop
958
nameSuffix: AllSubsets_CoreCLR
959
- buildArgs: -s clr.runtime+clr.alljits+clr.corelib+clr.nativecorelib+clr.tools+clr.packages+libs+libs.tests+host+packs -c $(_BuildConfig) /p:ArchiveTests=true /p:RunSmokeTestsOnly=true
+ buildArgs: -s clr.runtime+clr.alljits+clr.corelib+clr.nativecorelib+clr.tools+clr.packages+libs+libs.tests+host+packs -c $(_BuildConfig) /p:ArchiveTests=true /p:TestAssemblies=false
960
timeoutInMinutes: 480
961
condition: >-
962
or(
0 commit comments