File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ stages:
140
140
# - windows_arm
141
141
# - windows_arm64
142
142
jobParameters :
143
- buildArgs : -s mono+libs+host+packs+mono.mscordbi -c $(_BuildConfig)
143
+ buildArgs : -s mono+libs+host+packs -c $(_BuildConfig)
144
144
nameSuffix : AllSubsets_Mono
145
145
isOfficialBuild : ${{ variables.isOfficialBuild }}
146
146
extraStepsTemplate : /eng/pipelines/common/upload-intermediate-artifacts-step.yml
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ jobs:
288
288
jobParameters :
289
289
testScope : innerloop
290
290
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
292
292
timeoutInMinutes : 120
293
293
condition : >-
294
294
or(
You can’t perform that action at this time.
0 commit comments