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