Use sake-dev instead of a specific commit

This commit is contained in:
Pranav K 2017-02-24 13:34:48 -08:00
parent de30c5822a
commit 57e5d1200a
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ cd $PSScriptRoot
$repoFolder = $PSScriptRoot
$env:REPO_FOLDER = $repoFolder
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/47143080000b71f559b2fb41a4e85440f4c8cd02.zip"
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/sake-dev.zip"
if ($env:KOREBUILD_ZIP)
{
$koreBuildZip=$env:KOREBUILD_ZIP

View File

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