File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -590,6 +590,7 @@ if [[ "$bootstrap" == "1" ]]; then
590
590
for flag in --sign --publish --pack --test -sign -publish -pack -test; do
591
591
bootstrapArguments=" ${bootstrapArguments// $flag / } "
592
592
done
593
+ echo " $scriptroot /common/build.sh" $bootstrapArguments /p:Subset=bootstrap -bl:$scriptroot /../artifacts/log/bootstrap.binlog
593
594
" $scriptroot /common/build.sh" $bootstrapArguments /p:Subset=bootstrap -bl:$scriptroot /../artifacts/log/bootstrap.binlog
594
595
595
596
# Remove artifacts from the bootstrap build so the product build is a "clean" build.
@@ -598,6 +599,7 @@ if [[ "$bootstrap" == "1" ]]; then
598
599
# Remove all directories in obj except for the source-built-upstream-cache directory to avoid breaking SourceBuild.
599
600
find " $scriptroot /../artifacts/obj" -mindepth 1 -maxdepth 1 ! -name ' source-built-upstream-cache' -exec rm -rf {} +
600
601
arguments=" $arguments /p:UseBootstrap=true"
602
+ echo " >>> $arguments "
601
603
fi
602
604
603
605
" $scriptroot /common/build.sh" $arguments
You can’t perform that action at this time.
0 commit comments