GameThing/build.bat

4 lines
75 B
Batchfile
Raw Normal View History

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