Updating build.cmd and build.sh to use dotnetsdk

This commit is contained in:
Pranav K 2015-01-20 01:35:33 -08:00
parent 1d49807eee
commit 962b8f38f8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if test ! -d packages/KoreBuild; then
fi
if ! type k > /dev/null 2>&1; then
source setup/dotnetsdk.sh
source packages/KoreBuild/build/dotnetsdk.sh
fi
if ! type k > /dev/null 2>&1; then