Create publish_eyetune_build.sh

This commit is contained in:
mancoast
2019-10-31 14:32:33 -04:00
parent d8f6571b5f
commit 9fd6939e61

View File

@ -0,0 +1,15 @@
#!/bin/bash
# Define a timestamp function
timestamp() {
date +"%Y%m%d%H%M%S"
}
# Options
repo=projectm
SRC=/d/GIT/$repo
DEST=$SRC/projectm
###
echo "Building EyeTune"
cd $SRC/src && msbuild EyeTune.WindowsUniversal.Application.sln /m /p:Configuration=RELEASE /p:Platform=x64