GameThing/build.sh

5 lines
61 B
Bash
Executable File

#!/bin/sh
dotnet restore src/Server
dotnet build src/Server