diff --git a/build.ps1 b/build.ps1 index a274d71a32..5e170e970f 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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 diff --git a/build.sh b/build.sh index 07174672cc..e6dbcfe906 100755 --- a/build.sh +++ b/build.sh @@ -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