We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a77269 commit cfb0638Copy full SHA for cfb0638
eng/build.sh
@@ -342,6 +342,7 @@ if [[ "$binary_log" == true ]]; then
342
if [[ "$found" == false ]]; then
343
msbuild_args[${#msbuild_args[*]}]="/bl:$log_dir/Build.binlog"
344
fi
345
+ toolset_build_args[${#toolset_build_args[*]}]="/bl:$log_dir/Build.repotasks.binlog"
346
elif [[ "$ci" == true ]]; then
347
# Ensure the artifacts/log directory isn't empty to avoid warnings.
348
touch "$log_dir/empty.log"
@@ -367,7 +368,6 @@ if [ "$build_repo_tasks" = true ]; then
367
368
-p:Configuration=Release \
369
-p:Restore=$run_restore \
370
-p:Build=true \
- -bl:RepoTasks.binlog \
371
-clp:NoSummary \
372
${toolset_build_args[@]+"${toolset_build_args[@]}"}
373
0 commit comments