From 119f917f0bd79f9c4af25af88dbbc3a4f6c6558f Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 30 Mar 2021 15:27:50 -0500 Subject: [PATCH] Added a basic build.sh script. --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..ce3df6c --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash +dotnet build src/GameServiceWarden.ModuleAPI +dotnet build src/GameServiceWarden.Core \ No newline at end of file