This repository was archived by the owner on Nov 20, 2018. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
4
<add key =" msbuild" value =" https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
5
- <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-dev /api/v3/index.json" />
5
+ <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-release /api/v3/index.json" />
6
6
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
7
7
</packageSources >
8
8
</configuration >
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/1.1.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/1.1.0-preview1 .zip"
6
6
if [ ! -z $KOREBUILD_ZIP ]; then
7
7
koreBuildZip=$KOREBUILD_ZIP
8
8
fi
You can’t perform that action at this time.
0 commit comments