Update infrastructure for the 2.2 release

This commit is contained in:
Nate McMaster 2018-06-28 16:20:37 -07:00
parent 2ab22ac55a
commit bcc9bce87b
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
6 changed files with 11 additions and 10 deletions

View File

@ -1,5 +1,5 @@
trigger:
- dev
- master
- release/*
resources:
@ -7,7 +7,7 @@ resources:
- repository: buildtools
type: git
name: aspnet-BuildTools
ref: refs/heads/dev
ref: refs/heads/release/2.2
phases:
- template: .vsts-pipelines/templates/project-ci.yml@buildtools

View File

@ -1,5 +1,5 @@
trigger:
- dev
- master
- release/*
# See https://github.com/aspnet/BuildTools
@ -9,7 +9,7 @@ resources:
type: github
endpoint: DotNet-Bot GitHub Connection
name: aspnet/BuildTools
ref: refs/heads/dev
ref: refs/heads/release/2.2
phases:
- template: .vsts-pipelines/templates/project-ci.yml@buildtools

View File

@ -5,11 +5,11 @@
"Source": {
"Repository": "https://github.com/aspnet/KestrelHttpServer.git",
"BranchOrCommit": "dev",
"BranchOrCommit": "release/2.2",
"Project": "benchmarkapps/PlatformBenchmarks/PlatformBenchmarks.csproj"
}
},
"JsonPlatform": {
"Path": "/json"
}
}
}

View File

@ -8,7 +8,7 @@
},
"Source": {
"Repository": "https://github.com/aspnet/KestrelHttpServer.git",
"BranchOrCommit": "dev",
"BranchOrCommit": "release/2.2",
"Project": "benchmarkapps/PlatformBenchmarks/PlatformBenchmarks.csproj"
},
"Port": 8080

View File

@ -5,6 +5,7 @@
<EnableBenchmarkValidation>true</EnableBenchmarkValidation>
<!-- 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>

View File

@ -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"
}