fix paths in the build

This commit is contained in:
Krzysztof Wicher 2016-03-21 12:40:52 -07:00
parent 369796376b
commit baaf742731
3 changed files with 4 additions and 4 deletions

View file

@ -88,7 +88,7 @@ export CHANNEL=$RELEASE_SUFFIX
$DIR/obtain/install.sh --channel $CHANNEL --verbose
# Put stage 0 on the PATH (for this shell only)
PATH="$DOTNET_INSTALL_DIR/cli:$PATH"
PATH="$DOTNET_INSTALL_DIR:$PATH"
# Increases the file descriptors limit for this bash. It prevents an issue we were hitting during restore
FILE_DESCRIPTOR_LIMIT=$( ulimit -n )