File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143
143
jobParameters :
144
144
testScope : innerloop
145
145
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
147
147
timeoutInMinutes : 120
148
148
condition : >-
149
149
or(
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ stages:
144
144
# - windows_arm
145
145
# - windows_arm64
146
146
jobParameters :
147
- buildArgs : -s mono+libs+host+packs+mono.mscordbi -c $(_BuildConfig)
147
+ buildArgs : -s mono+libs+host+packs -c $(_BuildConfig)
148
148
nameSuffix : AllSubsets_Mono
149
149
isOfficialBuild : ${{ variables.isOfficialBuild }}
150
150
extraStepsTemplate : /eng/pipelines/common/upload-intermediate-artifacts-step.yml
@@ -159,7 +159,7 @@ stages:
159
159
platforms :
160
160
- Browser_wasm
161
161
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
163
163
nameSuffix : AllSubsets_Mono_perftrace
164
164
isOfficialBuild : ${{ variables.isOfficialBuild }}
165
165
runtimeVariant : perftrace
@@ -175,7 +175,7 @@ stages:
175
175
platforms :
176
176
- Browser_wasm
177
177
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
179
179
nameSuffix : AllSubsets_Mono_multithread
180
180
isOfficialBuild : ${{ variables.isOfficialBuild }}
181
181
runtimeVariant : multithread
You can’t perform that action at this time.
0 commit comments