This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-toolbuilder-cil/scripts/build.sh

8 lines
122 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env sh
2022-04-02 21:42:32 +00:00
cd $(dirname $0)/..
2022-04-02 21:42:32 +00:00
./scripts/setup.sh || exit 1
2022-09-06 03:06:02 +00:00
echo "$(basename $0): building project"
dotnet build