Skip to content

Commit

Permalink
[tmp]: create-zip - remove some unnecessary files and remove the tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Jain committed Apr 1, 2016
1 parent 804c867 commit b18b525
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions create-zip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ TMP_DIR=`mktemp -d`
MSBUILD_OUT_DIR=${TMP_DIR}/msbuild

cp -r bin/Debug-MONO/OSX_Deployment/ $MSBUILD_OUT_DIR
rm $MSBUILD_OUT_DIR/*UnitTests*
rm $MSBUILD_OUT_DIR/*xunit*

cp msbuild-deploy.in $MSBUILD_OUT_DIR/msbuild
(cd $TMP_DIR; zip -r ${ZIP_PATH} msbuild)

rm -Rf $TMP_DIR

echo "Generated ${ZIP_PATH}"

0 comments on commit b18b525

Please sign in to comment.