Skip to content

Commit 9bf9e2f

Browse files
committed
Fix cross test for netstd
- Tries to run the debug build but it appears that the script builds release
1 parent 0925ab6 commit 9bf9e2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/tests.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@
478478
"run",
479479
"--no-build",
480480
"--project=Server/Server.csproj",
481+
"--configuration=Release",
481482
"server"
482483
]
483484
},
@@ -488,6 +489,7 @@
488489
"run",
489490
"--no-build",
490491
"--project=Client/Client.csproj",
492+
"--configuration=Release",
491493
"client"
492494
]
493495
},

0 commit comments

Comments
 (0)