Patch 2.0.1

This commit is contained in:
John Luo 2017-08-31 15:48:19 -07:00
parent 68d84099a0
commit 0dde7b1a27
3 changed files with 6 additions and 4 deletions

View File

@ -32,7 +32,7 @@ cd $PSScriptRoot
$repoFolder = $PSScriptRoot
$env:REPO_FOLDER = $repoFolder
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/2.0.0.zip"
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/2.0.1.zip"
if ($env:KOREBUILD_ZIP)
{
$koreBuildZip=$env:KOREBUILD_ZIP

View File

@ -2,7 +2,7 @@
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $repoFolder
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/2.0.0.zip"
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/2.0.1.zip"
if [ ! -z $KOREBUILD_ZIP ]; then
koreBuildZip=$KOREBUILD_ZIP
fi

View File

@ -1,7 +1,7 @@
<Project>
<ItemDefinitionGroup>
<Repository>
<Branch>rel/2.0.0</Branch>
<Branch>patch/2.0.1</Branch>
</Repository>
</ItemDefinitionGroup>
@ -32,7 +32,9 @@
<Repository Include="KestrelHttpServer" Commit="" CloneUrl="git@github.com:aspnet/%(Identity)" />
<Repository Include="Localization" Commit="" CloneUrl="git@github.com:aspnet/%(Identity)" />
<Repository Include="Logging" Commit="" CloneUrl="git@github.com:aspnet/%(Identity)" />
<Repository Include="MetaPackages" Commit="" CloneUrl="git@github.com:aspnet/%(Identity)" />
<Repository Include="MetaPackages" Commit="" CloneUrl="git@github.com:aspnet/%(Identity)">
<Branch>rel/2.0.1</Branch>
</Repository>
<Repository Include="Microsoft.Data.Sqlite" Commit="" CloneUrl="git@github.com:aspnet/%(Identity)" />
<Repository Include="MusicStore" Commit="" CloneUrl="git@github.com:aspnet/%(Identity)" />
<Repository Include="Mvc" Commit="" CloneUrl="git@github.com:aspnet/%(Identity)" />