File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
3737if ($env: KOREBUILD_ZIP )
3838{
3939 $koreBuildZip = $env: KOREBUILD_ZIP
@@ -65,3 +65,4 @@ if (!(Test-Path $buildFolder)) {
6565}
6666
6767& " $buildFile " $args
68+
Original file line number Diff line number Diff line change 22repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
33cd $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"
66if [ ! -z $KOREBUILD_ZIP ]; then
77 koreBuildZip=$KOREBUILD_ZIP
88fi
@@ -44,3 +44,4 @@ if test ! -d $buildFolder; then
4444fi
4545
4646$buildFile -r $repoFolder " $@ "
47+
You can’t perform that action at this time.
0 commit comments