From 3ad862dc7a49f59047bd552bb56ad06e3af7b2f6 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 28 Jun 2018 16:18:32 -0700 Subject: [PATCH] Update infrastructure for the 2.2 release --- build/repo.props | 1 + korebuild.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/repo.props b/build/repo.props index 81d20dd22c..642de9cfc0 100644 --- a/build/repo.props +++ b/build/repo.props @@ -4,6 +4,7 @@ Internal.AspNetCore.Universe.Lineup + 2.2.0-* https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json diff --git a/korebuild.json b/korebuild.json index bd5d51a51b..d217d06e3e 100644 --- a/korebuild.json +++ b/korebuild.json @@ -1,4 +1,4 @@ { - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json", - "channel": "dev" + "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.2/tools/korebuild.schema.json", + "channel": "release/2.2" }