Merge pull request #1454 from dotnet/brthor/set-e

Add set -e to package.sh
This commit is contained in:
Bryan Thornbury 2016-02-17 11:36:37 -08:00
commit 4c76583bd1

View file

@ -14,6 +14,8 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
export REPOROOT="$(cd -P "$DIR/../.." && pwd)"
set -e
source "$DIR/../common/_common.sh"
if [ -z "$DOTNET_CLI_VERSION" ]; then