Add Unix build script for FlatBuffers.Core

This commit is contained in:
YoshiRulz 2020-05-30 17:48:10 +10:00
parent ffa17bcd75
commit bffd8e4df3
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
cd "$(dirname "$0")" && dotnet build FlatBuffers.Core.csproj -c Release && cp bin/Release/*/FlatBuffers.Core.dll ../../References