From 5dedb1317b7d77e53ebc068ddfc4dbff47aafbb9 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Mon, 17 Apr 2023 14:17:21 -0400 Subject: [PATCH] [release/6.0] Move 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-official.yml | 2 +- eng/pipelines/runtime-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index 445d91f0c79ef..ae1b730798061 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -140,7 +140,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 diff --git a/eng/pipelines/runtime-staging.yml b/eng/pipelines/runtime-staging.yml index 2a1591a398201..b18c09d903343 100644 --- a/eng/pipelines/runtime-staging.yml +++ b/eng/pipelines/runtime-staging.yml @@ -288,7 +288,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(