commit | 81fb1a7968e9e65fb2288c6d5f84fe5410c21426 | [log] [tgz] |
---|---|---|
author | Carel Combrink <carel.combrink@gmail.com> | Wed Jun 04 08:10:05 2025 +0200 |
committer | Jens Geyer <jensg@apache.org> | Fri Jun 06 02:02:19 2025 +0200 |
tree | 92c0a142ce005d8578467ab929d55c678bfafb08 | |
parent | 92e5b71b882c44d887a5eb797b6b1b8e9c5bcb02 [diff] |
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" ] },