File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ if /i "%1"=="test-pummel" set test_args=%test_args% pummel&goto arg-ok
6868if /i " %1 " == " test-all" set test_args = %test_args% sequential parallel message gc internet pummel& set buildnodeweak=1& set jslint=1& goto arg-ok
6969if /i " %1 " == " test-known-issues" set test_args = %test_args% known_issues --expect-fail& goto arg-ok
7070if /i " %1 " == " jslint" set jslint = 1& goto arg-ok
71- if /i " %1 " == " package" set package = 1& goto arg-ok
71+ if /i " %1 " == " package" set package = 1& set download_arg= " --download=all " & set i18n_arg=small-icu & goto arg-ok
7272if /i " %1 " == " msi" set msi = 1& set licensertf=1& set download_arg=" --download=all" & set i18n_arg=small-icu& goto arg-ok
7373if /i " %1 " == " build-release" set build_release = 1& goto arg-ok
7474if /i " %1 " == " upload" set upload = 1& goto arg-ok
@@ -78,7 +78,7 @@ if /i "%1"=="intl-none" set i18n_arg=%1&goto arg-ok
7878if /i " %1 " == " download-all" set download_arg = " --download=all" & goto arg-ok
7979if /i " %1 " == " ignore-flaky" set test_args = %test_args% --flaky-tests=dontcare& goto arg-ok
8080if /i " %1 " == " enable-vtune" set enable_vtune_profiling = " --enable-vtune-profiling" & goto arg-ok
81- if /i " %1 " == " dll" set dll = 1& goto arg-ok
81+ if /i " %1 " == " dll" set dll = 1& set download_arg= " --download=all " & set i18n_arg=small-icu & goto arg-ok
8282
8383echo Error: invalid command line option `%1 `.
8484exit /b 1
You can’t perform that action at this time.
0 commit comments