Updating build.cmd and build.sh to use dotnetsdk

This commit is contained in:
Pranav K 2015-01-20 01:36:35 -08:00
parent e0b5c19082
commit ef7e044942
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