GameThing/build.sh

5 lines
85 B
Bash
Raw Permalink Normal View History

2019-10-05 13:54:15 +00:00
#!/bin/sh
dotnet restore src/Server
dotnet build src/Server
dotnet test src/GameTest