GameThing/build.sh

5 lines
85 B
Bash
Executable File

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