This script had some wrong arguments (bad copy-paste from a more
complex repo). The restore.cmd script already had this fixed.
This commit is contained in:
Ryan Nowak 2020-04-25 10:53:08 -07:00
Родитель f4e31c1eb9
Коммит 0e19d06c17
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,4 +3,4 @@
set -euo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
"$DIR/build.sh" --all --restore --no-build "$@"
"$DIR/eng/common/build.sh" --restore "$@"