Skip to content

Commit c4dceaf

Browse files
Steve Pfistercarlossanlop
Steve Pfister
authored andcommittedApr 17, 2023
[release/7.0] Move mono.mscordbi subset off the offical buildMove mono.mscordbi subset off the offical build
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.
1 parent 43b5822 commit c4dceaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎eng/pipelines/runtime-extra-platforms-other.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
jobParameters:
144144
testScope: innerloop
145145
nameSuffix: AllSubsets_Mono
146-
buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
146+
buildArgs: -s mono+mono.mscordbi+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
147147
timeoutInMinutes: 120
148148
condition: >-
149149
or(

‎eng/pipelines/runtime-official.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ stages:
144144
# - windows_arm
145145
# - windows_arm64
146146
jobParameters:
147-
buildArgs: -s mono+libs+host+packs+mono.mscordbi -c $(_BuildConfig)
147+
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig)
148148
nameSuffix: AllSubsets_Mono
149149
isOfficialBuild: ${{ variables.isOfficialBuild }}
150150
extraStepsTemplate: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
@@ -159,7 +159,7 @@ stages:
159159
platforms:
160160
- Browser_wasm
161161
jobParameters:
162-
buildArgs: -s mono+libs+host+packs+mono.mscordbi -c $(_BuildConfig) /p:MonoWasmBuildVariant=perftrace
162+
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig) /p:MonoWasmBuildVariant=perftrace
163163
nameSuffix: AllSubsets_Mono_perftrace
164164
isOfficialBuild: ${{ variables.isOfficialBuild }}
165165
runtimeVariant: perftrace
@@ -175,7 +175,7 @@ stages:
175175
platforms:
176176
- Browser_wasm
177177
jobParameters:
178-
buildArgs: -s mono+libs+host+packs+mono.mscordbi -c $(_BuildConfig) /p:MonoWasmBuildVariant=multithread
178+
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig) /p:MonoWasmBuildVariant=multithread
179179
nameSuffix: AllSubsets_Mono_multithread
180180
isOfficialBuild: ${{ variables.isOfficialBuild }}
181181
runtimeVariant: multithread

0 commit comments

Comments
 (0)