File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ SKIP_PREBUILT_ENFORCEMENT=0
5555DELETE_ALL_PREBUILTS=0
5656CUSTOM_REF_PACKAGES_DIR=' '
5757CUSTOM_PREVIOUSLY_BUILT_PACKAGES_DIR=' '
58+ MAIN_BUILD_ARGS=(" /p:ArchiveDownloadedPackages=true" )
5859export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
5960
6061while : ; do
@@ -79,6 +80,7 @@ while :; do
7980 --assume-no-prebuilts)
8081 DELETE_ALL_PREBUILTS=1
8182 SKIP_PREBUILT_ENFORCEMENT=1
83+ MAIN_BUILD_ARGS+=( " /p:SkipDownloadingPreviouslyBuiltArtifacts=true" )
8284 ;;
8385 --with-ref-packages)
8486 CUSTOM_REF_PACKAGES_DIR=" $2 "
@@ -149,7 +151,7 @@ if [ $SKIP_BUILD -ne 1 ]; then
149151 fi
150152
151153 $SCRIPT_ROOT /clean.sh
152- $SCRIPT_ROOT /build.sh /p:ArchiveDownloadedPackages=true " $@ "
154+ $SCRIPT_ROOT /build.sh ${MAIN_BUILD_ARGUMENTS[@]} " $@ "
153155fi
154156
155157mkdir -p " $TARBALL_ROOT "
You can’t perform that action at this time.
0 commit comments