diff --git a/tools/release/build_delivery_linux.sh b/tools/release/build_delivery_linux.sh index c66ea3cccd..2667bfbae3 100755 --- a/tools/release/build_delivery_linux.sh +++ b/tools/release/build_delivery_linux.sh @@ -13,7 +13,7 @@ ${BOLD}SYNOPSIS${RESET} ${BOLD}DESCRIPTION${RESET} \tBuild Google OR-Tools deliveries. \tYou ${BOLD}MUST${RESET} define the following variables before running this script: -\t* ORTOOLS_TOKEN: secret use to decrypt key to sign dotent and java package. +\t* ORTOOLS_TOKEN: secret use to decrypt key to sign .Net and Java package. ${BOLD}OPTIONS${RESET} \t-h --help: show this help text diff --git a/tools/release/build_delivery_mac.sh b/tools/release/build_delivery_mac.sh index 553b4f06d9..e0e3a5730a 100755 --- a/tools/release/build_delivery_mac.sh +++ b/tools/release/build_delivery_mac.sh @@ -13,7 +13,7 @@ ${BOLD}SYNOPSIS${RESET} ${BOLD}DESCRIPTION${RESET} \tBuild Google OR-Tools deliveries. \tYou ${BOLD}MUST${RESET} define the following variables before running this script: -\t* ORTOOLS_TOKEN: secret use to decrypt key to sign dotent and java package. +\t* ORTOOLS_TOKEN: secret use to decrypt key to sign .Net and Java package. ${BOLD}OPTIONS${RESET} \t-h --help: display this help text @@ -75,7 +75,7 @@ function build_cxx() { echo "${ORTOOLS_BRANCH} ${ORTOOLS_SHA1}" > "${ROOT_DIR}/export/cxx_build" } -# Net build +# .Net build function build_dotnet() { if echo "${ORTOOLS_BRANCH} ${ORTOOLS_SHA1}" | cmp --silent "${ROOT_DIR}/export/dotnet_build" -; then echo "build .Net up to date!"