Updated refereces of 'rel/2.0.0-preview2' to 'dev'

This commit is contained in:
Kiran Challa 2017-06-06 10:09:49 -07:00
parent 88f81f00e9
commit 59ec6e0c50
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
<Project> <Project>
<ItemDefinitionGroup> <ItemDefinitionGroup>
<Repository> <Repository>
<Branch>rel/2.0.0-preview2</Branch> <Branch>dev</Branch>
<CloneUrl>git@github.com:aspnet/%(Identity)</CloneUrl> <CloneUrl>git@github.com:aspnet/%(Identity)</CloneUrl>
</Repository> </Repository>
</ItemDefinitionGroup> </ItemDefinitionGroup>

View File

@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<NuGetPublishVolatileFeed>https://dotnet.myget.org/F/aspnetcore-volatile-release/api/v2/package</NuGetPublishVolatileFeed> <NuGetPublishVolatileFeed>https://dotnet.myget.org/F/aspnetcore-volatile-dev/api/v2/package</NuGetPublishVolatileFeed>
<_BuildGraphFile>$(BuildDir)BuildGraph.proj</_BuildGraphFile> <_BuildGraphFile>$(BuildDir)BuildGraph.proj</_BuildGraphFile>
<_CloneRepositoryRoot>$(RepositoryRoot).r\</_CloneRepositoryRoot> <_CloneRepositoryRoot>$(RepositoryRoot).r\</_CloneRepositoryRoot>