Files not copying to output directory - Linux
I have the following in my csproj:
however, when using
Why does this happen?
however, when using
<Exec WorkingDirectory="@(BuildDir)" Command="$(Mono) MonoMod.exe TestDll.dll" /> in one of my PostBuild targets, it fails saying that MonoMod.exe does not exist.Why does this happen?