Skip to content

Commit 57b0fd8

Browse files
author
John Luo
committed
Add option for publish
Keeping this hidden until I hear back what it's used for in source build
1 parent 823964a commit 57b0fd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ verbosity='minimal'
1818
run_restore=''
1919
run_build=true
2020
run_pack=false
21+
run_publish=false
2122
run_tests=false
2223
build_all=false
2324
build_deps=true
@@ -147,6 +148,9 @@ while [[ $# -gt 0 ]]; do
147148
-pack)
148149
run_pack=true
149150
;;
151+
-public)
152+
run_publish=true
153+
;;
150154
-no-pack|-nopack)
151155
run_pack=false
152156
;;

0 commit comments

Comments
 (0)