BizHawk/ExternalToolProjects/.build_net48_from_cwd_debug.sh

4 lines
159 B
Bash
Raw Normal View History

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