From c4dceaf88c5f57d0c5a63a4f35eed2a62eaa038f Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Mon, 17 Apr 2023 14:10:41 -0400 Subject: [PATCH] [release/7.0] Move mono.mscordbi subset off the offical buildMove mono.mscordbi subset off the offical build Backport of https://github.com/dotnet/runtime/pull/81917 This isn't in use, so there's no need to build and ship it. Instead, this is being moved to the mono windows x64 public leg. --- eng/pipelines/runtime-extra-platforms-other.yml | 2 +- eng/pipelines/runtime-official.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/pipelines/runtime-extra-platforms-other.yml b/eng/pipelines/runtime-extra-platforms-other.yml index 7ef2f1bee1e6a..3f77cd342fc37 100644 --- a/eng/pipelines/runtime-extra-platforms-other.yml +++ b/eng/pipelines/runtime-extra-platforms-other.yml @@ -143,7 +143,7 @@ jobs: jobParameters: testScope: innerloop nameSuffix: AllSubsets_Mono - buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true + buildArgs: -s mono+mono.mscordbi+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true timeoutInMinutes: 120 condition: >- or( diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index caae555af012d..569e0052ee1f2 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -144,7 +144,7 @@ stages: # - windows_arm # - windows_arm64 jobParameters: - buildArgs: -s mono+libs+host+packs+mono.mscordbi -c $(_BuildConfig) + buildArgs: -s mono+libs+host+packs -c $(_BuildConfig) nameSuffix: AllSubsets_Mono isOfficialBuild: ${{ variables.isOfficialBuild }} extraStepsTemplate: /eng/pipelines/common/upload-intermediate-artifacts-step.yml @@ -159,7 +159,7 @@ stages: platforms: - Browser_wasm jobParameters: - buildArgs: -s mono+libs+host+packs+mono.mscordbi -c $(_BuildConfig) /p:MonoWasmBuildVariant=perftrace + buildArgs: -s mono+libs+host+packs -c $(_BuildConfig) /p:MonoWasmBuildVariant=perftrace nameSuffix: AllSubsets_Mono_perftrace isOfficialBuild: ${{ variables.isOfficialBuild }} runtimeVariant: perftrace @@ -175,7 +175,7 @@ stages: platforms: - Browser_wasm jobParameters: - buildArgs: -s mono+libs+host+packs+mono.mscordbi -c $(_BuildConfig) /p:MonoWasmBuildVariant=multithread + buildArgs: -s mono+libs+host+packs -c $(_BuildConfig) /p:MonoWasmBuildVariant=multithread nameSuffix: AllSubsets_Mono_multithread isOfficialBuild: ${{ variables.isOfficialBuild }} runtimeVariant: multithread