This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
- <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-dev /api/v3/index.json" />
4
+ <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-release /api/v3/index.json" />
5
5
<add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
6
6
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
7
7
</packageSources >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cd $PSScriptRoot
33
33
$repoFolder = $PSScriptRoot
34
34
$env: REPO_FOLDER = $repoFolder
35
35
36
- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/dev .zip"
36
+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/rel/2.0.0-preview1 .zip"
37
37
if ($env: KOREBUILD_ZIP )
38
38
{
39
39
$koreBuildZip = $env: KOREBUILD_ZIP
Original file line number Diff line number Diff line change 2
2
repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
3
3
cd $repoFolder
4
4
5
- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/dev .zip"
5
+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/rel/2.0.0-preview1 .zip"
6
6
if [ ! -z $KOREBUILD_ZIP ]; then
7
7
koreBuildZip=$KOREBUILD_ZIP
8
8
fi
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <AspNetCoreVersion >2.0.0-*</AspNetCoreVersion >
3
+ <AspNetCoreVersion >2.0.0-preview1- *</AspNetCoreVersion >
4
4
<CoreFxVersion >4.3.0</CoreFxVersion >
5
5
<InternalAspNetCoreSdkVersion >2.0.0-*</InternalAspNetCoreSdkVersion >
6
6
<TestSdkVersion >15.0.0</TestSdkVersion >
You can’t perform that action at this time.
0 commit comments