From b68ffe6af1ecf1bef4b961b4bb61c1b3663933cf Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 16 Apr 2018 13:15:27 -0700 Subject: [PATCH] Branching for 2.1.0-rc1 --- build/repo.props | 4 ++-- korebuild.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/repo.props b/build/repo.props index 76d6fd3af0..28bd4b5099 100644 --- a/build/repo.props +++ b/build/repo.props @@ -1,9 +1,9 @@ - + $(RepositoryRoot)test\Microsoft.AspNetCore.AzureAppServices.FunctionalTests\Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj - Internal.AspNetCore.Universe.Lineup + Internal.AspNetCore.Universe.Lineup`n 2.1.0-rc1-* https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json diff --git a/korebuild.json b/korebuild.json index bd5d51a51b..678d8bb948 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.1/tools/korebuild.schema.json", + "channel": "release/2.1" }