Files not copying to output directory - Linux
I have the following in my csproj:
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?1 Reply
Figured it out, the
netstandard2.0
version of MonoMod does not have an exe (duh)