Fix build paths (#117)
This commit is contained in:
Родитель
fc4e8aab36
Коммит
4ff1d6c220
2
build.sh
2
build.sh
|
@ -13,4 +13,4 @@ while [[ -h $source ]]; do
|
|||
done
|
||||
|
||||
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
|
||||
"$scriptroot/build/build.sh" --build --restore $@
|
||||
"$scriptroot/eng/common/build.sh" --build --restore $@
|
|
@ -13,4 +13,4 @@ while [[ -h $source ]]; do
|
|||
done
|
||||
|
||||
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
|
||||
"$scriptroot/build/build.sh" --restore $@
|
||||
"$scriptroot/eng/common/build.sh" --restore $@
|
2
test.sh
2
test.sh
|
@ -13,4 +13,4 @@ while [[ -h $source ]]; do
|
|||
done
|
||||
|
||||
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
|
||||
"$scriptroot/build/build.sh" --test $@
|
||||
"$scriptroot/eng/common/build.sh" --test $@
|
Загрузка…
Ссылка в новой задаче