Skip to content

Commit a85276a

Browse files
committed
Changed a build.ps1 and build.sh files
1 parent ff539e3 commit a85276a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.ps1

Lines changed: 1 addition & 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/02bd945d32558d24c1e5c6b74e37d44585ad9691.zip"
36+
$koreBuildZip="https://codeload.github.com/aspnet/KoreBuild/zip/02bd945d32558d24c1e5c6b74e37d44585ad9691"
3737
if ($env:KOREBUILD_ZIP)
3838
{
3939
$koreBuildZip=$env:KOREBUILD_ZIP

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if test ! -d $packageDir/NUnit.Runners; then
1313
mono $localNugetPackageManager install NUnit.Runners -Version 3.4.1 -O $packageDir% -ExcludeVersion -NoCache
1414
fi
1515

16-
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/02bd945d32558d24c1e5c6b74e37d44585ad9691.zip"
16+
koreBuildZip="https://codeload.github.com/aspnet/KoreBuild/zip/02bd945d32558d24c1e5c6b74e37d44585ad9691"
1717
if [ ! -z $KOREBUILD_ZIP ]; then
1818
koreBuildZip=$KOREBUILD_ZIP
1919
fi

0 commit comments

Comments
 (0)