Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit b16e1b1

Browse files
committed
Update build scripts
1 parent 3ee7a30 commit b16e1b1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cd $PSScriptRoot
3333
$repoFolder = $PSScriptRoot
3434
$env:REPO_FOLDER = $repoFolder
3535

36-
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/1.0.4.zip"
36+
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/1.0.5.zip"
3737
if ($env:KOREBUILD_ZIP)
3838
{
3939
$koreBuildZip=$env:KOREBUILD_ZIP
@@ -65,3 +65,4 @@ if (!(Test-Path $buildFolder)) {
6565
}
6666

6767
&"$buildFile" $args
68+

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $repoFolder
44

5-
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/1.0.4.zip"
5+
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/1.0.5.zip"
66
if [ ! -z $KOREBUILD_ZIP ]; then
77
koreBuildZip=$KOREBUILD_ZIP
88
fi
@@ -44,3 +44,4 @@ if test ! -d $buildFolder; then
4444
fi
4545

4646
$buildFile -r $repoFolder "$@"
47+

0 commit comments

Comments
 (0)