We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fa094 commit 1f21b95Copy full SHA for 1f21b95
build.sh
@@ -13,4 +13,4 @@ while [[ -h $source ]]; do
13
done
14
15
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
16
-"$scriptroot/build/build.sh" --build --restore $@
+"$scriptroot/eng/common/build.sh" --build --restore $@
restore.sh
-"$scriptroot/build/build.sh" --restore $@
+"$scriptroot/eng/common/build.sh" --restore $@
test.sh
-"$scriptroot/build/build.sh" --test $@
+"$scriptroot/eng/common/build.sh" --test $@
0 commit comments