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:
parent
ffedcb315f
commit
f36029d135
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue