Appearance
metaplay build server [flags]
Build the game server .NET project
Appearance
Build the game server .NET project
metaplay build server [flags] Build the game server .NET project locally.
Also check that the .NET SDK is installed and is a recent enough version.
This command is roughly equivalent to: Backend/Server$ dotnet build
Related commands:
# Build the game server
metaplay build game-server--color <string>: Should the output be colored (yes/no/auto)? [env: METAPLAYCLI_COLOR] (default: auto)--project <string>: Path to the to project directory (where metaplay-project.yaml is located)--skip-version-check: Skip the check for a new CLI version being available--verbose: Enable verbose logging, useful for troubleshooting [env: METAPLAYCLI_VERBOSE]