From: Ankit Jain Date: Wed, 4 Aug 2021 15:30:55 +0000 (-0400) Subject: [wasm] Build Wasm.Build.Tests only on the WBT job, on CI (#56769) X-Git-Tag: accepted/tizen/unified/20220110.054933~657 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39f14c5ecf2b71397002315a6c13ddbfabcd76c9;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [wasm] Build Wasm.Build.Tests only on the WBT job, on CI (#56769) * [wasm] Build Wasm.Build.Tests only on the WBT job, on CI * Update eng/pipelines/runtime.yml Co-authored-by: Larry Ewing * Address review feedback Co-authored-by: Larry Ewing --- diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 2ae3399..f21c7e8 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -324,7 +324,7 @@ jobs: jobParameters: testGroup: innerloop nameSuffix: AllSubsets_Mono_WasmBuildTests - buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true + buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:OnlyWasmBuildTests=true /p:TestAssemblies=false timeoutInMinutes: 180 condition: >- or( diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 73f74bc..ebb11e1 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -340,7 +340,9 @@ @@ -367,8 +369,8 @@ BuildInParallel="false" /> - - + +