We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ced4d6 commit 9220637Copy full SHA for 9220637
eng/build.sh
@@ -232,6 +232,11 @@ while [[ $# -gt 0 ]]; do
232
-excludeCIBinarylog|-nobl)
233
exclude_ci_binary_log=true
234
;;
235
+ -verbosity|-v)
236
+ shift
237
+ [ -z "${1:-}" ] && __error "Missing value for parameter --verbosity" && __usage
238
+ verbosity="${1:-}"
239
+ ;;
240
-dotnet-runtime-source-feed|-dotnetruntimesourcefeed|-runtime-source-feed|-runtimesourcefeed)
241
shift
242
[ -z "${1:-}" ] && __error "Missing value for parameter --runtime-source-feed" && __usage
0 commit comments