Skip to content

Commit 1fd1408

Browse files
authored
.
1 parent 10c4689 commit 1fd1408

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ if [[ "$bootstrap" == "1" ]]; then
590590
for flag in --sign --publish --pack --test -sign -publish -pack -test; do
591591
bootstrapArguments="${bootstrapArguments//$flag/}"
592592
done
593+
echo "$scriptroot/common/build.sh" $bootstrapArguments /p:Subset=bootstrap -bl:$scriptroot/../artifacts/log/bootstrap.binlog
593594
"$scriptroot/common/build.sh" $bootstrapArguments /p:Subset=bootstrap -bl:$scriptroot/../artifacts/log/bootstrap.binlog
594595

595596
# Remove artifacts from the bootstrap build so the product build is a "clean" build.
@@ -598,6 +599,7 @@ if [[ "$bootstrap" == "1" ]]; then
598599
# Remove all directories in obj except for the source-built-upstream-cache directory to avoid breaking SourceBuild.
599600
find "$scriptroot/../artifacts/obj" -mindepth 1 -maxdepth 1 ! -name 'source-built-upstream-cache' -exec rm -rf {} +
600601
arguments="$arguments /p:UseBootstrap=true"
602+
echo ">>> $arguments"
601603
fi
602604

603605
"$scriptroot/common/build.sh" $arguments

0 commit comments

Comments
 (0)