зеркало из https://github.com/dotnet/tye.git
Fix restore.sh
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:
Родитель
f4e31c1eb9
Коммит
0e19d06c17
|
@ -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 "$@"
|
Загрузка…
Ссылка в новой задаче