File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ function doCommand() {
203
203
else
204
204
" ${dotnetCmd} " $newArgs --no-restore >> " $logFile " 2>&1
205
205
fi
206
- elif [[ " $1 " == " run" && " $proj " =~ ^(web| mvc| webapi| razor)$ ]]; then
206
+ elif [[ " $1 " == " run" && " $proj " =~ ^(web| mvc| webapi| razor| blazorwasm | blazorserver )$ ]]; then
207
207
if [ " $projectOutput " == " true" ]; then
208
208
" ${dotnetCmd} " $1 &
209
209
else
@@ -307,6 +307,8 @@ function runWebTests() {
307
307
doCommand C# mvc " $@ " new restore build run
308
308
doCommand C# webapi " $@ " new restore build run
309
309
doCommand C# razor " $@ " new restore build run
310
+ doCommand C# blazorwasm " $@ " new restore build run
311
+ doCommand C# blazorserver " $@ " new restore build run
310
312
311
313
doCommand F# web " $@ " new restore build run
312
314
doCommand F# mvc " $@ " new restore build run
You can’t perform that action at this time.
0 commit comments