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

3 lines
106 B
Bash
Raw Normal View History

2021-03-30 20:27:50 +00:00
#!/bin/bash
dotnet build -v n src/GameServiceWarden.ModuleAPI
2021-04-09 03:01:16 +00:00
dotnet build -v n src/GameServiceWarden.Core