This repository was archived by the owner on Oct 17, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
trigger :
2
- - dev
2
+ - master
3
3
- release/*
4
4
5
5
resources :
6
6
repositories :
7
7
- repository : buildtools
8
8
type : git
9
9
name : aspnet-BuildTools
10
- ref : refs/heads/dev
10
+ ref : refs/heads/release/2.2
11
11
12
12
phases :
13
13
- template : .vsts-pipelines/templates/project-ci.yml@buildtools
Original file line number Diff line number Diff line change 1
1
trigger :
2
- - dev
2
+ - master
3
3
- release/*
4
4
5
5
# See https://github.com/aspnet/BuildTools
@@ -9,7 +9,7 @@ resources:
9
9
type : github
10
10
endpoint : DotNet-Bot GitHub Connection
11
11
name : aspnet/BuildTools
12
- ref : refs/heads/dev
13
-
12
+ ref : refs/heads/release/2.2
13
+
14
14
phases :
15
15
- template : .vsts-pipelines/templates/project-ci.yml@buildtools
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<!-- These properties are use by the automation that updates dependencies.props -->
6
6
<LineupPackageId >Internal.AspNetCore.Universe.Lineup</LineupPackageId >
7
+ <LineupPackageVersion >2.2.0-*</LineupPackageVersion >
7
8
<LineupPackageRestoreSource >https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource >
8
9
</PropertyGroup >
9
10
Original file line number Diff line number Diff line change 1
1
{
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 "
4
4
}
You can’t perform that action at this time.
0 commit comments