@@ -233,7 +233,7 @@ function doCommand() {
233
233
$killCommand
234
234
wait $!
235
235
echo " terminated with exit code $? " | tee -a " $logFile "
236
- elif [ " $1 " == " publish" ]; then
236
+ elif [ " $1 " == " multi-rid- publish" ]; then
237
237
runPublishScenarios () {
238
238
" ${dotnetCmd} " publish --self-contained false /bl:" ${binlogPrefix} publish-fx-dep.binlog"
239
239
" ${dotnetCmd} " publish --self-contained true -r $targetRid /bl:" ${binlogPrefix} publish-self-contained-${targetRid} .binlog"
@@ -282,18 +282,18 @@ function setupDevCerts() {
282
282
function runAllTests() {
283
283
# Run tests for each language and template
284
284
if [ " $excludeNonWebTests " == " false" ]; then
285
- doCommand C# console new restore build run publish
286
- doCommand C# classlib new restore build publish
285
+ doCommand C# console new restore build run multi-rid- publish
286
+ doCommand C# classlib new restore build multi-rid- publish
287
287
doCommand C# xunit new restore test
288
288
doCommand C# mstest new restore test
289
289
290
- doCommand VB console new restore build run publish
291
- doCommand VB classlib new restore build publish
290
+ doCommand VB console new restore build run multi-rid- publish
291
+ doCommand VB classlib new restore build multi-rid- publish
292
292
doCommand VB xunit new restore test
293
293
doCommand VB mstest new restore test
294
294
295
- doCommand F# console new restore build run publish
296
- doCommand F# classlib new restore build publish
295
+ doCommand F# console new restore build run multi-rid- publish
296
+ doCommand F# classlib new restore build multi-rid- publish
297
297
doCommand F# xunit new restore test
298
298
doCommand F# mstest new restore test
299
299
fi
@@ -313,16 +313,16 @@ function runAllTests() {
313
313
}
314
314
315
315
function runWebTests() {
316
- doCommand C# web " $@ " new restore build run publish
317
- doCommand C# mvc " $@ " new restore build run publish
318
- doCommand C# webapi " $@ " new restore build run publish
319
- doCommand C# razor " $@ " new restore build run publish
316
+ doCommand C# web " $@ " new restore build run multi-rid- publish
317
+ doCommand C# mvc " $@ " new restore build run multi-rid- publish
318
+ doCommand C# webapi " $@ " new restore build multi-rid- publish
319
+ doCommand C# razor " $@ " new restore build run multi-rid- publish
320
320
doCommand C# blazorwasm " $@ " new restore build run publish
321
321
doCommand C# blazorserver " $@ " new restore build run publish
322
322
323
- doCommand F# web " $@ " new restore build run publish
324
- doCommand F# mvc " $@ " new restore build run publish
325
- doCommand F# webapi " $@ " new restore build run publish
323
+ doCommand F# web " $@ " new restore build run multi-rid- publish
324
+ doCommand F# mvc " $@ " new restore build run multi-rid- publish
325
+ doCommand F# webapi " $@ " new restore build run multi-rid- publish
326
326
}
327
327
328
328
function resetCaches() {
0 commit comments