Add Unix build script for FlatBuffers.Core
This commit is contained in:
parent
ffa17bcd75
commit
bffd8e4df3
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$0")" && dotnet build FlatBuffers.Core.csproj -c Release && cp bin/Release/*/FlatBuffers.Core.dll ../../References
|
Loading…
Reference in New Issue