Update KoreBuild to dev

This commit is contained in:
Nate McMaster
2017-03-01 18:44:16 -08:00
parent 684a77430c
commit 13fb00a71e
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $repoFolder
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/feature/msbuild.zip"
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/dev.zip"
if [ ! -z $KOREBUILD_ZIP ]; then
koreBuildZip=$KOREBUILD_ZIP
fi