Patch 2.0.1
This commit is contained in:
parent
68d84099a0
commit
0dde7b1a27
|
|
@ -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
|
||||
|
|
|
|||
2
build.sh
2
build.sh
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue