From a266d3fa27ae22425e601734e918d2c0d83e2b56 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 28 Jun 2018 16:20:21 -0700 Subject: [PATCH] Update infrastructure for the 2.2 release --- build/repo.props | 1 + korebuild.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build/repo.props b/build/repo.props index 68acab72ce..93ca7cd881 100644 --- a/build/repo.props +++ b/build/repo.props @@ -20,6 +20,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 4893e52bc4..2624779e51 100644 --- a/korebuild.json +++ b/korebuild.json @@ -1,6 +1,6 @@ { - "$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", "toolsets": { "visualstudio": { "required": ["Windows"], @@ -14,4 +14,4 @@ ] } } - } \ No newline at end of file + }