restructure the output layout

also reorganize the scripts folder
This commit is contained in:
Andrew Stanton-Nurse 2015-11-10 17:30:01 -08:00
parent df3a5fba7a
commit 4cc15b1246
61 changed files with 926 additions and 3213 deletions

View file

@ -12,7 +12,7 @@ if [[ "$(uname)" == "Linux" ]]; then
export DOTNET_BUILD_CONTAINER_NAME="$container_name"
$SCRIPT_DIR/dockerpostbuild.sh $@
$SCRIPT_DIR/docker/dockerpostbuild.sh $@
fi
ret_code=$?