BizHawk/ExternalToolProjects/.build_from_cwd_debug.sh

4 lines
153 B
Bash
Raw Normal View History

#!/bin/sh
name="$(basename "$PWD").dll"
CscToolExe="$(which csc)" dotnet build -c Debug -m && cp -f "bin/Debug/$name" "../../output/ExternalTools/$name"