Skip to content

Commit 75ce69d

Browse files
steveisokSteve Pfister
and
Steve Pfister
authored
[release/6.0] Move mono.mscordbi subset off the offical build (#84939)
Backport of #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. Co-authored-by: Steve Pfister <[email protected]>
1 parent 51e6047 commit 75ce69d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/runtime-official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ stages:
140140
# - windows_arm
141141
# - windows_arm64
142142
jobParameters:
143-
buildArgs: -s mono+libs+host+packs+mono.mscordbi -c $(_BuildConfig)
143+
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig)
144144
nameSuffix: AllSubsets_Mono
145145
isOfficialBuild: ${{ variables.isOfficialBuild }}
146146
extraStepsTemplate: /eng/pipelines/common/upload-intermediate-artifacts-step.yml

eng/pipelines/runtime-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
jobParameters:
289289
testScope: innerloop
290290
nameSuffix: AllSubsets_Mono
291-
buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
291+
buildArgs: -s mono+mono.mscordbi+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
292292
timeoutInMinutes: 120
293293
condition: >-
294294
or(

0 commit comments

Comments
 (0)