Update build script
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
#/bin/bash
|
||||
|
||||
msbuild=${msbuild:-/Library/Frameworks/Mono.framework/Versions/6.12.0/bin/msbuild}
|
||||
|
||||
ROOT=$( cd "$(dirname "$0")" ; pwd -P )
|
||||
pushd $ROOT
|
||||
|
||||
# Do the build (need to use mono)
|
||||
# $msbuild
|
||||
"$msbuild" -p:Configuration=Release
|
||||
dotnet build -c Release
|
||||
|
||||
set -x
|
||||
rm -rf dist
|
||||
|
||||
Reference in New Issue
Block a user