Skip to content

Commit cfb0638

Browse files
author
John Luo
committed
Update binlog parameter logic
1 parent 6a77269 commit cfb0638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ if [[ "$binary_log" == true ]]; then
342342
if [[ "$found" == false ]]; then
343343
msbuild_args[${#msbuild_args[*]}]="/bl:$log_dir/Build.binlog"
344344
fi
345+
toolset_build_args[${#toolset_build_args[*]}]="/bl:$log_dir/Build.repotasks.binlog"
345346
elif [[ "$ci" == true ]]; then
346347
# Ensure the artifacts/log directory isn't empty to avoid warnings.
347348
touch "$log_dir/empty.log"
@@ -367,7 +368,6 @@ if [ "$build_repo_tasks" = true ]; then
367368
-p:Configuration=Release \
368369
-p:Restore=$run_restore \
369370
-p:Build=true \
370-
-bl:RepoTasks.binlog \
371371
-clp:NoSummary \
372372
${toolset_build_args[@]+"${toolset_build_args[@]}"}
373373
fi

0 commit comments

Comments
 (0)