| 1234567891011121314151617181920212223242526272829 |
- commit 3ad862dc7a49f59047bd552bb56ad06e3af7b2f6
- Author: Nate McMaster <[email protected]>
- Date: Thu Jun 28 16:18:32 2018 -0700
- Update infrastructure for the 2.2 release
- diff --git a/build/repo.props b/build/repo.props
- index 81d20dd22c4..642de9cfc03 100644
- --- a/build/repo.props
- +++ b/build/repo.props
- @@ -4,6 +4,7 @@
- <PropertyGroup>
- <!-- These properties are use by the automation that updates dependencies.props -->
- <LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
- + <LineupPackageVersion>2.2.0-*</LineupPackageVersion>
- <LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
- </PropertyGroup>
-
- diff --git a/korebuild.json b/korebuild.json
- index bd5d51a51b0..d217d06e3e4 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"
- }
|