Fix cross test for netstd: Tries to run the debug build but it appears that the script builds release
Patch: Carel Combrink
diff --git a/test/tests.json b/test/tests.json
index c9bd068..16b47ac 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -478,6 +478,7 @@
         "run",
         "--no-build",
         "--project=Server/Server.csproj",
+        "--configuration=Release",
         "server"
       ]
     },
@@ -488,6 +489,7 @@
         "run",
         "--no-build",
         "--project=Client/Client.csproj",
+        "--configuration=Release",
         "client"
       ]
     },