Skip to content

Commit

Permalink
build.ps1: fix appveyor build failure by using KoreBuild 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds authored Oct 21, 2016
1 parent aac4f08 commit ffdc45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd $PSScriptRoot
$repoFolder = $PSScriptRoot
$env:REPO_FOLDER = $repoFolder

$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip"
if ($env:KOREBUILD_ZIP)
{
$koreBuildZip=$env:KOREBUILD_ZIP
Expand Down

0 comments on commit ffdc45c

Please sign in to comment.