Skip to content
This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Commit a5c86af

Browse files
author
Nate McMaster
committed
Update infrastructure for the 2.2 release
1 parent 678fe88 commit a5c86af

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
trigger:
2-
- dev
2+
- master
33
- release/*
44

55
resources:
66
repositories:
77
- repository: buildtools
88
type: git
99
name: aspnet-BuildTools
10-
ref: refs/heads/dev
10+
ref: refs/heads/release/2.2
1111

1212
phases:
1313
- template: .vsts-pipelines/templates/project-ci.yml@buildtools

.vsts-pipelines/builds/ci-public.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
trigger:
2-
- dev
2+
- master
33
- release/*
44

55
# See https://github.com/aspnet/BuildTools
@@ -9,7 +9,7 @@ resources:
99
type: github
1010
endpoint: DotNet-Bot GitHub Connection
1111
name: aspnet/BuildTools
12-
ref: refs/heads/dev
13-
12+
ref: refs/heads/release/2.2
13+
1414
phases:
1515
- template: .vsts-pipelines/templates/project-ci.yml@buildtools

build/repo.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<PropertyGroup>
55
<!-- These properties are use by the automation that updates dependencies.props -->
66
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
7+
<LineupPackageVersion>2.2.0-*</LineupPackageVersion>
78
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
89
</PropertyGroup>
910

korebuild.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://github.com/raw/aspnet/BuildTools/dev/tools/korebuild.schema.json",
3-
"channel": "dev"
2+
"$schema": "https://github.com/raw/aspnet/BuildTools/release/2.2/tools/korebuild.schema.json",
3+
"channel": "release/2.2"
44
}

0 commit comments

Comments
 (0)