This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
gameservicewarden/build.sh
Harrison Deng dfc54fdc00 Implemented IPC system with minimal testing.
Large naming refactoring.

Added some more tests.
2021-04-08 21:36:08 -05:00

3 lines
107 B
Bash

#!/bin/bash
dotnet build -v d src/GameServiceWarden.API.Module
dotnet build -v d src/GameServiceWarden.Core