Fix a couple build issues on OSX/non-Windows

We were downloading the wrong 'latest version' of the CLI, and targets passed into --targets were not split correctly
This commit is contained in:
Eric Mellino 2016-03-15 14:58:20 -07:00
parent ffedcb315f
commit f36029d135
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ echo "Invoking Build Scripts..."
echo "Configuration: $CONFIGURATION"
if [ -f "$DIR/dotnet-cli-build/bin/dotnet-cli-build" ]; then
$DIR/dotnet-cli-build/bin/dotnet-cli-build "${targets[@]}"
$DIR/dotnet-cli-build/bin/dotnet-cli-build ${targets[@]}
exit $?
else
# We're on an older CLI. This is temporary while Ubuntu and CentOS VSO builds are stalled.