File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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 /02bd945d32558d24c1e5c6b74e37d44585ad9691.zip "
36+ $koreBuildZip = " https://codeload. github.com/aspnet/KoreBuild/zip /02bd945d32558d24c1e5c6b74e37d44585ad9691"
3737if ($env: KOREBUILD_ZIP )
3838{
3939 $koreBuildZip = $env: KOREBUILD_ZIP
Original file line number Diff line number Diff 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
1414fi
1515
16- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive /02bd945d32558d24c1e5c6b74e37d44585ad9691.zip "
16+ koreBuildZip=" https://codeload. github.com/aspnet/KoreBuild/zip /02bd945d32558d24c1e5c6b74e37d44585ad9691"
1717if [ ! -z $KOREBUILD_ZIP ]; then
1818 koreBuildZip=$KOREBUILD_ZIP
1919fi
You can’t perform that action at this time.
0 commit comments